27th Mar, 2008

/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)

You can fix this by editing the file /usr/bin/gem and add the line
require ‘rubygems/gem_runner’ after require ‘rubygems’

It should be like,

require ‘rubygems’
require ‘rubygems/gem_runner’

and so on

Leave a response

Your response:

Categories and Tags

Advertising