Install Ruby 3.0.4 because the latest is not working

Related to https://github.com/rbenv/ruby-build/discussions/1961
This commit is contained in:
fedor 2022-05-19 13:17:01 -04:00
parent 94c24ba03f
commit 2a0388a03f
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ build {
"brew install rbenv",
"echo 'if which rbenv > /dev/null; then eval \"$(rbenv init -)\"; fi' >> ~/.zprofile",
"source ~/.zprofile",
"rbenv install $(rbenv install -l | grep -v - | tail -1)",
"rbenv global $(rbenv install -l | grep -v - | tail -1)",
"rbenv install 3.0.4",
"rbenv global 3.0.4",
"sudo gem install bundler",
]
}