Created
April 11, 2016 12:40
-
-
Save cdesch/35e7c2fe1abaa8894e7aa963c3bcb41d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#OS X El Capitan 10.11.4 | |
#Ruby 2.3.0 | |
#Rails 4.2.6 | |
#manual installation of the following gems when upgrading to ruby 2.3.0 | |
gem install eventmachine -v '1.0.8' -- --with-cppflags=-I/usr/local/opt/openssl/include | |
#gem install libv8 -v '3.16.14.13' -- --with-system-v8 | |
#brew install v8 | |
#uninstall libv8 and the ruby racer | |
gem uninstall libv8 | |
gem uninstall therubyracer | |
brew tap homebrew/versions | |
brew install v8-315 | |
gem install libv8 -v '3.16.14.13' -- --with-system-v8 | |
gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315 | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment