> > sudo gem install rubygems-update > sudo update_rubygems > Same error on the gem install command.... but....
> There was a problem with the 1.2 -> 1.3.1 update because of a RubyGems > bug. Have you tried this [ http://forums.aptana.com/viewtopic.php?t=7652 ] ? I went here, and following the post's advice, took the "if all else fails" route of manually downloading gems 1.3.1 and installing it manually. That worked! So, the next thing I need to do is update rails.... Oh dear. matthew-robertss-imac:rubygems-1.3.1 matt$ sudo gem update rails ERROR: While executing gem ... (Gem::InstallError) invalid gem format for /Library/Ruby/Gems/1.8/cache/activesupport-2.2.2.gem matthew-robertss-imac:rubygems-1.3.1 matt$ But, I deleted that gem from the cache and tried again, and now it seems to be working! Thanks for your help guys. > C > --- > Caius Durling > [email protected] > +44 (0) 7960 268 100 > http://caius.name/ > > -- :O) Matt Roberts --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
