On Oct 15, 12:56 am, "Jon W." <[email protected]> wrote: > gem list posts > > *** LOCAL GEMS *** > > ... > rake (0.8.7) > ... > > and try installing and updating using gem but still doesnt work
Is a bug in Ruby 1.9.2 and the bundled rake. http://groups.google.com/group/rubyinstaller/browse_thread/thread/9817d0c6c8a48a79/ http://redmine.ruby-lang.org/issues/show/3805 The solution is in the RubyInstaller thread (remove of rake.gemspec or rename to rake-0.8.7.gemspec) -- Luis Lavena -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

