Created
May 24, 2019 19:34
-
-
Save ramses-lopez/985994688a9dac117986a34261c6a8ec to your computer and use it in GitHub Desktop.
one-liner to install nokogiri on OSX
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
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