Revert "Do not assume a specific Ruby version."
This reverts commit b0d47546fe
.
It is not feasible to use multiple Ruby versions without RVM.
This commit is contained in:
parent
33d0ecb9be
commit
33ee2a0bd4
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Install local gems according to Mac OS X conventions.
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
export GEM_HOME="$HOME/Library/Ruby/Gems/${$(ruby --version)[6,8]}"
|
||||
export GEM_HOME=$HOME/Library/Ruby/Gems/1.8
|
||||
path=("$GEM_HOME/bin" $path)
|
||||
|
||||
# Set environment variables for launchd processes.
|
||||
|
|
Loading…
Reference in a new issue