Ruby 2.7.0

This commit is contained in:
Fedor Korotkov 2020-02-19 14:16:22 -05:00 committed by GitHub
parent 28ee45bd40
commit 8a0ae2f245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.6.5",
"rbenv global 2.6.5",
"rbenv install 2.7.0",
"rbenv global 2.7.0",
"sudo gem install bundler"
],
"type": "shell"