Skip to content

Instantly share code, notes, and snippets.

@ramses-lopez
Created May 24, 2019 19:34
Show Gist options
  • Save ramses-lopez/985994688a9dac117986a34261c6a8ec to your computer and use it in GitHub Desktop.
Save ramses-lopez/985994688a9dac117986a34261c6a8ec to your computer and use it in GitHub Desktop.
one-liner to install nokogiri on OSX
gem install nokogiri -v '1.9.1' -- --with-iconv-dir=/usr/local/Cellar/libiconv/1.15 --use-system-libraries --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libxml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment