Unable to activate actionpack-3.2.9, because activesupport-3.2.11 conflicts with activesupport (= 3.2.9) (Gem::LoadError)

StackOverflow https://stackoverflow.com/questions/14758453

Question

Unable to activate actionpack-3.2.9, because activesupport-3.2.11 conflicts with activesupport (= 3.2.9) (Gem::LoadError)

Anything to do with this?

Unable to activate feedzirra-0.1.3, because activesupport-3.2.3 conflicts with activesupport (~> 3.1.1) (Gem::LoadError)

If so, I'm none the wiser.

No correct solution

OTHER TIPS

Not sure if you ever found an answer on this, but I found your question while I was trying to solve this myself. I ended up running:

gem install bundler

followed by:

bundle install

That updated the gems for my project and I don't get the error anymore.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top