Created
October 29, 2014 04:10
-
-
Save jbodah/6e4f10da65d3a41fec8f to your computer and use it in GitHub Desktop.
nokogiri osx install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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