Skip to content

Instantly share code, notes, and snippets.

@mindreframer
Created July 27, 2012 11:14
Show Gist options
  • Save mindreframer/3187442 to your computer and use it in GitHub Desktop.
Save mindreframer/3187442 to your computer and use it in GitHub Desktop.
RBENV testing
https://github.com/jamis/rbenv-gemset/
Otherwise, clone rbenv-gemset to the `$HOME/.rbenv/plugins` directory:
$ mkdir -p ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
$ git clone git://github.com/jamis/rbenv-gemset.git
## Usage
In your application directory, create a file named `.rbenv-gemsets` and put the
names of the gemsets you want to use in it, separated by whitespace. The first
gemset in the list will be the primary gemset, where new gems will be
installed.
$ echo my-gemset > .rbenv-gemsets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment