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

문제

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.

올바른 솔루션이 없습니다

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top