Discussion: About updating gems
Afficher un message
Vieux 11/03/2008, 16h34   #2
Mark Bush
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: About updating gems

Manuel Montañés wrote:
> /usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)


This normally suggests the update didn't update your "gem" command, or
else updated one in a different area (perhaps you now have more than one
version of the command installed?).

The gem command is a Ruby script and should have the 2 lines:

require 'rubygems'
require 'rubygems/gem_runner'

I suspect you are missing the 2nd line...

--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
 
Page generated in 0,71071 seconds with 9 queries