Skip to content

Commit 8a0ae2f

Browse files
authored
Ruby 2.7.0
1 parent 28ee45b commit 8a0ae2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/catalina-base.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"brew install ruby ruby-build rbenv",
5555
"echo 'if which rbenv > /dev/null; then eval \"$(rbenv init -)\"; fi' >> ~/.profile",
5656
"source ~/.profile",
57-
"rbenv install 2.6.5",
58-
"rbenv global 2.6.5",
57+
"rbenv install 2.7.0",
58+
"rbenv global 2.7.0",
5959
"sudo gem install bundler"
6060
],
6161
"type": "shell"

0 commit comments

Comments
 (0)