Skip to content

Instantly share code, notes, and snippets.

@nas
Last active December 10, 2015 17:28
Show Gist options
  • Save nas/4467760 to your computer and use it in GitHub Desktop.
Save nas/4467760 to your computer and use it in GitHub Desktop.
boot up Rails 4 with Ruby 2
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