-
-
Save mikepence/5024775 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 "2.0.0" | |
gem 'rails', github: 'rails/rails' | |
gem 'arel', github: 'rails/arel' | |
... |
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
rvm get head | |
# For Debian-based systems | |
apt-get install libyaml-dev | |
# For Mac with Homebrew | |
brew install libyaml | |
rvm pkg install openssl | |
rvm install 2.0.0 \ | |
--with-openssl-dir=$HOME/.rvm/usr \ | |
--verify-downloads 1 | |
rvm use 2.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment