Last active
December 10, 2015 17:28
-
-
Save nas/4467760 to your computer and use it in GitHub Desktop.
boot up Rails 4 with Ruby 2
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
bundle 1.2.3 not compatible with ruby 2.0.0.preview2, do | |
gem install bundler --pre | |
to install bundler 1.3.0.pre.4 | |
For any ssl issues | |
openssl needs to be >= 1.0.1 | |
brew install openssl | |
brew link openssl | |
cd /usr/local/homebrew/etc/openssl | |
$ sudo curl -O http://curl.haxx.se/ca/cacert.pem | |
$ sudo mv cacert.pem cert.pem | |
bundle install :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment