Skip to content

Instantly share code, notes, and snippets.

@tonywok
Created February 2, 2014 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonywok/8764367 to your computer and use it in GitHub Desktop.
Save tonywok/8764367 to your computer and use it in GitHub Desktop.
Remove annoying nokogiri notice for OSX Mavericks
gem uninstall nokogiri
brew uninstall libxml2
bundle config build.nokogiri --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
bundle install
echo "sleep at night"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment