Created
December 30, 2019 04:52
-
-
Save phund/51ac4568632ff4fcd4b974b0fb621933 to your computer and use it in GitHub Desktop.
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
For bundler I did the following on Catalina | |
$ 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