0
我有以下问题依赖:解决依赖问题
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
active_support depends on
activesupport (= 3.0.0)
activerecord (= 3.0.6) depends on
activesupport (3.0.6)
我同时需要active_support和ActiveRecord的。有什么建议么?
你有尝试过使用最新版本?通常看起来版本意味着“至少”? – jaydel
是什么在你的Gemfile? –