Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Fixing libv8 and therubyracer on Mac
brew tap homebrew/versions
brew install v8-315
gem install libv8 -v '3.16.14.13' -- --with-system-v8
gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315
bundle install
@jotolo
Copy link

jotolo commented Jan 29, 2023

Not working on ruby@3.1 yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment