ci: Install Ruby 2.7 and not latest, which is catching 3.x

This commit is contained in:
Paul Hinze 2022-04-04 16:47:07 -05:00
parent b5c321e769
commit 60a9528a82
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -9,8 +9,10 @@ go version
# Install Ruby
curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -
curl -sSL https://get.rvm.io | bash -s stable --ruby
curl -sSL https://get.rvm.io | bash -s stable
source /usr/local/rvm/scripts/rvm
rvm install ruby-2.7
rvm --default use ruby-2.7
pushd /vagrant