Created
August 30, 2016 00:17
-
-
Save byronmejia/66cd6608908769d8bcc3aceddcd9b698 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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