Skip to content

Instantly share code, notes, and snippets.

@ggaglani
Last active February 25, 2016 15:12
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 ggaglani/cf957f35d0a19219c758 to your computer and use it in GitHub Desktop.
Save ggaglani/cf957f35d0a19219c758 to your computer and use it in GitHub Desktop.
#Install or Use the appropriate Ruby version
rvm install ruby-2.2.2
or
rvm use ruby-2.2.2
#The gemset for the application:
rvm gemset create standalone
#then,
rvm use ruby-2.2.2@standalone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment