Skip to content

Instantly share code, notes, and snippets.

@jclosure
Last active December 11, 2015 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jclosure/4636585 to your computer and use it in GitHub Desktop.
Save jclosure/4636585 to your computer and use it in GitHub Desktop.
Use a project level .rvmrc for specifying ruby version and gemset for the project. (Shown in this case with jruby)
#replace solverforge and ruby ver as needed
cd solverforge
rvm use jruby
rvm gemset create solverforge
rvm --create --rvmrc jruby-1.7.2@solverforge
#this generates a local .rvmrc specific to the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment