When I require 'nokogiri'
in Ruby 2.0, it has a error
`require': cannot load such file -- nokogiri/2.0/nokogiri (LoadError)
Is nokogiri not supporting Ruby 2.0 yet? I can see nokogiri in gem list
When I require 'nokogiri'
in Ruby 2.0, it has a error
`require': cannot load such file -- nokogiri/2.0/nokogiri (LoadError)
Is nokogiri not supporting Ruby 2.0 yet? I can see nokogiri in gem list
Yes, it works fine:
Nokogiri now support Ruby 2.0, even on Windows, see HERE
Ruby 2.0 support is not yet available for Windows. Follow along here for updates: