Skip to content

Instantly share code, notes, and snippets.

@mjansing
Created April 2, 2020 08:59
Show Gist options
  • Save mjansing/b91fd6461aa69d2bcbb58d0d3ff6f2eb to your computer and use it in GitHub Desktop.
Save mjansing/b91fd6461aa69d2bcbb58d0d3ff6f2eb to your computer and use it in GitHub Desktop.
Fix rubyracer
# based on https://gist.github.com/fernandoaleman/868b64cd60ab2d51ab24e7bf384da1ca
brew install [email protected]
bundle config build.libv8 --with-system-v8
bundle config build.therubyracer --with-v8-dir=$(brew --prefix [email protected])
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment