Created
April 2, 2020 08:59
-
-
Save mjansing/b91fd6461aa69d2bcbb58d0d3ff6f2eb to your computer and use it in GitHub Desktop.
Fix rubyracer
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
# 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