I have no idea why it would say that RubyGems needs ActiveRecord. Are you sure it's not just updating the installed activerecord gem to the latest version?
As for ActiveSupport, ActiveRecord has a dependency on this particular version of this gem. You can run the install with the --ignore-dependencies flag set to get around this, but there's always the possibility that you'll break ActiveRecord when you do so. On Tue, Mar 17, 2009 at 1:41 PM, Oldřich Vetešník < [email protected]> wrote: > > Hi, > I have a hard time updating. If I run "gem update" it says it needs > ActiveRecord 2.3.2. If I run "gem install activerecord" or "gem > install activerecord -v 2.3.2" it installs activesupport. What am I > doing/getting wrong? > > Thanks, Ollie > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

