Nokogiri requires Ruby version < 2.3
Install the newest version of Nokogiri
. In Gemfile:
gem 'nokogiri', '~> 1.6.8.rc2'
use bundle update nokogiri
, but also check you ruby version ruby -v
Install the newest version of Nokogiri
. In Gemfile:
gem 'nokogiri', '~> 1.6.8.rc2'
use bundle update nokogiri
, but also check you ruby version ruby -v