I have various gems that I require at the top of a basic ruby script. When I run $ ruby file.rb the gems can’t be loaded.
/usr/local/rvm/rubies/ruby-2.0.0-p353-dev/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- Nokogiri (LoadError) from /usr/local/rvm/rubies/ruby-2.0.0-p353-dev/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require’
from etsy.rb:2:in `<main>’
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, <br> <br>I had a similar issue I got around it by installing it manually from here. http://nokogiri.org it looks like it hasn’t been installed. Alternatively if you want to check if it was installed or not just run gem install nokogiri
It’s a little bit late to answer, but just for the record: I solved this by using RVM installation of ruby and running rvmsudo gem install nokogiri :)
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.