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? –