I\'m trying to install nokogiri on my machine but I am receiving the following error:
Building native extensions. This could take a while... ERROR: Error
I had to use version 1.6.7.rc4-x64-mingw32 (I'm on Windows). Added this line to my Gemfile:
gem 'nokogiri', '~> 1.6', '>= 1.6.7.rc4'