Install Ruby from brew

This commit is contained in:
fedor 2022-09-07 16:31:04 -04:00
parent 0421e57805
commit 619d33746c
1 changed files with 1 additions and 5 deletions

View File

@ -62,11 +62,7 @@ build {
provisioner "shell" {
inline = [
"source ~/.zprofile",
"brew install rbenv",
"echo 'if which rbenv > /dev/null; then eval \"$(rbenv init -)\"; fi' >> ~/.zprofile",
"source ~/.zprofile",
"rbenv install 3.0.4",
"rbenv global 3.0.4",
"brew install ruby",
"sudo gem install bundler",
]
}