$ echo global > ~/.rbenv-gemsets
$ gem install bundler
$ cd my-project
$ echo "my-project-gemset global" > .rbenv-gemsets
$ bundle install
$ rbenv gemset create 1.9.3-p125 my-project-gemset
Created
June 6, 2012 10:46
-
-
Save IanVaughan/2881248 to your computer and use it in GitHub Desktop.
rbenv gemset workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment