Skip to content

Instantly share code, notes, and snippets.

@cdesch
Created April 11, 2016 12:40
Show Gist options
  • Save cdesch/35e7c2fe1abaa8894e7aa963c3bcb41d to your computer and use it in GitHub Desktop.
Save cdesch/35e7c2fe1abaa8894e7aa963c3bcb41d to your computer and use it in GitHub Desktop.
#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