Skip to content

Instantly share code, notes, and snippets.

@zoras
Last active February 3, 2020 09:06
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 zoras/964056bf15161c5b2600c33416f2465e to your computer and use it in GitHub Desktop.
Save zoras/964056bf15161c5b2600c33416f2465e to your computer and use it in GitHub Desktop.
For bundler I did the following on Catalina
$ brew install v8@3.15
$ gem install libv8 -v 3.16.14.15 -- --with-system-v8
$ gem install therubyracer -v 0.12.2 -- --with-v8-dir=/usr/local/Cellar/v8@3.15/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