Skip to content

Instantly share code, notes, and snippets.

@byronmejia
Created August 30, 2016 00:17
Show Gist options
  • Save byronmejia/66cd6608908769d8bcc3aceddcd9b698 to your computer and use it in GitHub Desktop.
Save byronmejia/66cd6608908769d8bcc3aceddcd9b698 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
#ruby=ruby-2.3.1 <----- This tells RVM to do 'rvm use ruby-2.3.1'
#ruby-gemset=myapp <--- This tells RVM to use the 'myapp' gem environment (rvm gemset use myapp)
ruby '2.3.1'
## Rest of your dependencies here after.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment