Skip to content

Instantly share code, notes, and snippets.

@douglas
Created September 23, 2016 13:38
Show Gist options
  • Save douglas/134f363b5c993b17ce7f13ccfcd98907 to your computer and use it in GitHub Desktop.
Save douglas/134f363b5c993b17ce7f13ccfcd98907 to your computer and use it in GitHub Desktop.
Install Nokogiri using bundle
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