Trying to install Nokogiri I’m getting the following error
Maxims-MacBook-Air:ScrapingTheApple maximveksler$ gem install nokogiri
Fetching: nokogiri-1.6.2.1.
Just in case if some one is still not able to resolve it as I do with the above mentioned solution, then this is the alternate
gem install nokogiri -- --user-system-libraries
or using bundle
bundle config build.nokogiri --use-system-libraries
bundle install
Thanks to http://www.nokogiri.org/tutorials/installing_nokogiri.html