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
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
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.