Sunday, 28 February 2016

Installing nokogiri on Mac without xcode

brew install libxml2
bundle config build.nokogiri "--use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2"
bundle install

No comments:

Post a Comment