I read various pages on Stack Overflow but did't find a solution to install Nokogiri 1.6.7.2 with Ruby 2.3.0.
I installed Ruby 2.3.0 along with the DevKit, still I am unable to run bundle install
. It always shows:
"An error occurred while installing nokogiri (1.6.7.2), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.6.7.2'` succeeds before bundling."
I ran the following devkit commands:
ruby dk.rb init
ruby dk.rb review
ruby dk.rb install
which ran successfully, and all Ruby versions show.
C:/Ruby200
C:/Ruby22
C:/Ruby23
I installed Ruby 2.2.4 also but when I run bundle install
it shows:
ERROR: Error installing nokogiri:
nokogiri requires Ruby version < 2.3, >= 1.9.2.
I am using Windows 7 32-bit system.