Install Ruby from brew
This commit is contained in:
parent
0421e57805
commit
619d33746c
|
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue