Ruby 2.7.1

This commit is contained in:
fkorotkov 2020-04-20 09:05:48 -04:00
parent c29a55548d
commit e3c172a11b
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
"brew install ruby ruby-build rbenv",
"echo 'if which rbenv > /dev/null; then eval \"$(rbenv init -)\"; fi' >> ~/.profile",
"source ~/.profile",
"rbenv install 2.7.0",
"rbenv global 2.7.0",
"rbenv install 2.7.1",
"rbenv global 2.7.1",
"sudo gem install bundler"
],
"type": "shell"