Created
September 23, 2016 13:38
-
-
Save douglas/134f363b5c993b17ce7f13ccfcd98907 to your computer and use it in GitHub Desktop.
Install Nokogiri using bundle
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 install libxml2 | |
bundle config build.nokogiri "--use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2" | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment