Last active
February 3, 2020 09:06
-
-
Save zoras/964056bf15161c5b2600c33416f2465e 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] | |
$ gem install libv8 -v 3.16.14.15 -- --with-system-v8 | |
$ gem install therubyracer -v 0.12.2 -- --with-v8-dir=/usr/local/Cellar/[email protected]/3.15.11.18_1 | |
$ bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment