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.
On Tue, Mar 17, 2009 at 1:41 PM, OldÅ™ich VeteÅ¡nÃk <
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs