我遷移到3.2.13版本的軌道,我得到這個錯誤,我該如何擺脫這種?Bundler無法找到兼容版本的寶石「主動支持」
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (3.2.12)
In Gemfile:
rails (= 3.2.13) ruby depends on
activesupport (= 3.2.13) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
編輯
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
您是否通過運行'gem update rails'來更新它? – depa 2013-03-24 10:35:21
你可以發佈你的Gemfile嗎?鎖定版本中是否有任何寶石? – 2013-03-24 10:42:51
你有沒有嘗試'包更新',因爲它建議? – mabako 2013-03-24 13:22:06