On Sat, 05 May 2007 15:41:03 +0100, keith wrote:

> I get to step 2 and receive the following errors?
> 
> 
> -bash-3.00$ gem update radiant
> Updating installed gems...
> ERROR:  While executing gem ... (NoMethodError)
>     undefined method `refresh' for #<Hash:0xb7d16b7c>

This looks like rubygems cache poisining. Did you recently also upgrade 
rubygems? Here are some instructions from the Gentoo bugs database:

Going from rubygems-0.9.0-r2 to 0.9.1, the gem command gives me the 
following
error:

raven ~ # gem install hpricot
ERROR:  While executing gem ... (NoMethodError)
    undefined method `refresh' for #<Hash:0xb7c4e9bc>

So far the only solution I've seen has been to manually delete
/usr/lib/ruby/gems/1.8/source_cache, and the one in ~/.gems/ if it 
exists. I didn't, as root, have a ~/.gems .

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to