Skip to content

Commit

Permalink
Use rbenv shell instead of rbenv local
Browse files Browse the repository at this point in the history
`rbenv local` creates a `.ruby_version` file
in the current directory.
  • Loading branch information
Dan Croak committed Dec 19, 2014
1 parent ef0e998 commit 26fb8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if ! rbenv versions | grep -Fq "$ruby_version"; then
fi

rbenv global "$ruby_version"
rbenv local "$ruby_version"
rbenv shell "$ruby_version"

gem update --system

Expand Down

0 comments on commit 26fb8cf

Please sign in to comment.