/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)
After installing ruby and rubygem on Ubuntu i started getting 'uninitialized constant Gem::GemRunner (NameError)' Error, so the solution for this is.
add the following command in your /usr/bin/gem
require 'rubygems/gem_runner'
Thats it and it will start working..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment