0

自从我尝试添加mandrill-api.

我已经在我的 中添加了 gem gemfile,但是当我想要时,bundle install我遇到了这个错误:

Bundler could not find compatible versions for gem "excon":
 In Gemfile:
mandrill-api (>= 0) ruby depends on
  excon (~> 0.15.4) ruby

heroku-api (>= 0) ruby depends on
  excon (0.13.4)

我已经尝试了很多方法来解决这个问题,但不可能。即使我删除了 heroku gem,我仍然会收到一个错误fog

有人有想法吗?谢谢 !

4

1 回答 1

0

Looking back it appears you must be using an older version of the mandrill-api gem (more recent ones have a much looser excon requirement). I think if you update to the latest mandrill-gem it should be less problematic and better cooperate with excon/heroku-api/fog. Do let me know if that isn't the case though and I can certainly dig deeper.

于 2014-12-16T20:06:29.727 回答