Skip to content

Instantly share code, notes, and snippets.

@narze
Last active May 11, 2016 08:09
Show Gist options
  • Save narze/a40a527de04d5af1c6b16545fc584e80 to your computer and use it in GitHub Desktop.
Save narze/a40a527de04d5af1c6b16545fc584e80 to your computer and use it in GitHub Desktop.
Fix error libv8 & therubyracer
# Try bundle install first, and wait it fail :/
gem uninstall libv8
gem uninstall therubyracer
brew rm v8
brew tap homebrew/versions
brew install v8-315
brew link --force v8-315
gem install libv8 -v '3.16.14.13' -- --with-system-v8 # Replace version number
gem install therubyracer
gem install puma -v '2.11.2' -- --with-cppflags=-I/usr/local/opt/openssl/include # Replace version number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment