Problem installing gems

Hey everybody! Today I tried installing typo using “sudo gem install
typo” and my machine spat this back at me:

ERROR: While executing gem … (NoMethodError)
undefined method `refresh’ for #Hash:0x1108328

Anyone know what this is? Or how I can fix it?

Thanks

On Fri, 2007-08-24 at 10:17 +0200, Sean C. wrote:

Hey everybody! Today I tried installing typo using “sudo gem install
typo” and my machine spat this back at me:

ERROR: While executing gem … (NoMethodError)
undefined method `refresh’ for #Hash:0x1108328

Anyone know what this is? Or how I can fix it?


locate the file ‘source_cache’ and delete it

on my system…

locate source_cache

/usr/lib/ruby/gems/1.8/source_cache

rm /usr/lib/ruby/gems/1.8/source_cache


Craig W. [email protected]

I don’t have it. Turns out I’m running 1.6.
Perhaps that’s the real problem. I will attempt to update my ruby
installation.
Thanks!