【发布时间】:2013-03-18 18:19:29
【问题描述】:
bundle install 之后出现此错误。我该如何解决?
Bundler could not find compatible versions for gem "excon":
In Gemfile:
locomotive-heroku (~> 0.0.2) ruby depends on
excon (~> 0.9.4) ruby
excon (0.20.0)
【问题讨论】:
-
从错误看来
locomotive-heroku依赖于excon 0.9.4但你有excon (0.20.0)你可以做gem uni这将列出你安装的excon的版本,因为一定有一些冲突。除此之外,我相信由于Gemfile.lock可能会发生这种冲突,请看一下!
标签: ruby-on-rails-3 bundler locomotivecms excon