This commit is contained in:
techknowlogick 2023-04-14 18:10:33 -04:00
parent e24e8b5b87
commit 24a291ddd9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm list
rvm install 3.0.6
rvm use 3.0.6
ruby -v