I try to clone this repo and run bundle install. The bundle process failed and throw this error:
bundle install
... Installing nokogiri 1.6.2.1 with na
If you're using bundle:
brew install libxml2 # If using Bundle bundle config build.nokogiri --use-system-libraries \ --with-xml2-include=$(brew --prefix libxml2)/include/libxml2 bundle install
from http://www.nokogiri.org/tutorials/installing_nokogiri.html