sudo gem update --system
Which introduced this error:
/usr/bin/gem:23: uninitialized constant Gem::GemRunner(NameError)
Simply add the line to the file /usr/bin/gem (note it will differ for mac and for ubuntu this will be the path)
require 'rubygems/gem_runner'
after
require 'rubygems'
This will solve the error.
Thank you for posting this. I dont know when it was posted but google brought it up. It fixed my prob! Thanks again.
ReplyDeleteThank you also this resolved it!
ReplyDeleteThanks!!
ReplyDeletethank you very much,
ReplyDeletehow did get this fault solved?
anyway, great
syb
rake aborted!
ReplyDeleteno such file to load -- openssl