Skip to content

Instantly share code, notes, and snippets.

@klappradla
Created August 9, 2016 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klappradla/11bd2ba091e267e60bcc8d177ae23c4b to your computer and use it in GitHub Desktop.
Save klappradla/11bd2ba091e267e60bcc8d177ae23c4b to your computer and use it in GitHub Desktop.
Install rubyracer gem (v. 0.12.0)
brew install v8-315
bundle config --local build.libv8 --with-system-v8
bundle config --local build.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