Skip to content

Instantly share code, notes, and snippets.

@peterclark
Last active January 9, 2017 15:56
Show Gist options
  • Save peterclark/918db03b3c4697a97560814d233d5e8e to your computer and use it in GitHub Desktop.
Save peterclark/918db03b3c4697a97560814d233d5e8e to your computer and use it in GitHub Desktop.
xcode-select --install
gem uninstall libv8
gem uninstall therubyracer
brew rm v8
brew tap homebrew/dupes
brew install apple-gcc42
brew tap homebrew/versions
brew install v8-315
brew link --force v8-315
gem install libv8 -- --with-system-v8
gem install therubyracer
bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment