On Sun, Aug 8, 2010 at 1:26 PM, Roger Lee <[email protected]> wrote:
> -bash-3.2$ sudo gem env > RubyGems Environment: > - RUBYGEMS VERSION: 1.2.0 Yikes, that's old. Do this: $ sudo gem --source http://gems.github.com $ sudo gem --source http://gemcutter.org/ $ sudo gem update --system and then try your rails install again. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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.

