Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save just3ws/0c13eefc5fdf975d4a34397d9ab4edfb to your computer and use it in GitHub Desktop.
Save just3ws/0c13eefc5fdf975d4a34397d9ab4edfb to your computer and use it in GitHub Desktop.
Getting RubyGems that depend on an older libv8 to work with El Capitan OS X
brew tap homebrew/versions
brew install v8-315
brew unlink v8-315 && brew link v8-315
brew link --force v8-315
bundle config --global build.libv8 --with-system-v8
bundle install --full-index --jobs 4 --clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment