Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created June 6, 2012 10:46
Show Gist options
  • Select an option

  • Save IanVaughan/2881248 to your computer and use it in GitHub Desktop.

Select an option

Save IanVaughan/2881248 to your computer and use it in GitHub Desktop.
rbenv gemset workflow
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment