Hello everyone I have a problem:
I tried to install a gem to use mysql from the terminal but I get this
error:
Error loading RubyGems plugin
"/usr/local/rvm/gems/ruby-1.9.2-p318@global/gems/rubygems-bundler-0.3.0/lib/rubygems_plugin.rb":
no such file to load -- rubygems_bundler/rubygems_bundler_installer
(LoadError)
no such file to load -- rubygems_bundler/rubygems_bundler_installer
(LoadError)
can someone help me?
thank you!
Can you please provide a sample of the code you're running when you get
this error? I'm guessing you're requiring bundler but you might need to
require rubygems first.