From: Luis Lavena Date: 2008-08-02T19:29:09+09:00 Subject: Re: RubyGems - update made a mess - help needed with Windows On Aug 1, 4:09 pm, Becca Girl wrote: > Luis Lavena wrote: > > 4) RubyGems should be working now. > > Thanks for the great, great instructions and help.  So now, if I run > 'rake test', the message that I get is rake.bat:24: undefined method > 'require_gem' for main:Object (NoMethodError) > > Any thoughts? Looks like by the line number, your rake is old. Please remove rake gem and install it again (confirm removal): gem uninstall rake And the install it again: gem install rake And you should be good to go :-) HTH, -- Luis Lavena