Skip to content

Instantly share code, notes, and snippets.

@jbodah
Created October 29, 2014 04:10
Show Gist options
  • Save jbodah/6e4f10da65d3a41fec8f to your computer and use it in GitHub Desktop.
Save jbodah/6e4f10da65d3a41fec8f to your computer and use it in GitHub Desktop.
nokogiri osx install
brew unlink gcc-4.2 # you might not need this step
gem uninstall nokogiri
xcode-select --install
gem install nokogiri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment