From: Chris Martin Date: 2007-02-07T03:37:50+09:00 Subject: Re: ANN: RubyGems 0.9.2 On 2/6/07, Chad Fowler wrote: > On 2/6/07, Chris Martin wrote: > > > > I just updated from 0.9.0 to 0.9.2 with > > gem update --system > > > > Everything appeared to go OK, but now I can't update or install anything > > > > thisbox:~ cmartin$ sudo gem update --include-dependencies > > Updating installed gems... > > ERROR: While executing gem ... (NoMethodError) > > undefined method `refresh' for # > > > > thisbox:~ cmartin$ sudo gem install sqlite3-ruby > > ERROR: While executing gem ... (NoMethodError) > > undefined method `refresh' for # > > > > thisbox:~ cmartin$ sudo gem install rails --include-dependencies > > ERROR: While executing gem ... (NoMethodError) > > undefined method `refresh' for # > > > > thisbox:~ cmartin$ sudo gem install rails > > ERROR: While executing gem ... (NoMethodError) > > undefined method `refresh' for # > > > > Any suggestions? > > > > -- > > > Could you do sudo gem install rails --backtrace and paste the output? > > Thanks, > Chad > > I think I figured out the problem... User Error! I'm using DarwinPorts (or MacPorts) and just realized I had RubyGems 0.8.11 on this systems instead of 0.9.0 as my Debian box has. I'm trying to reinstall the latest from MacPorts now (0.9.1) then I'll try the update again. I'll go ahead and try it on debian as well since everything should work as expected with the proper versions. Not sure how this machine got stuck at 0.8.11? I thought I had updated it. If I run into the problem again, I'll post the backtrace Thanks -- Chris Martin Web Developer Open Source & Web Standards Advocate http://www.chriscodes.com/