I have some dependency conflict since I try to add mandrill-api
.
I've added the gem in my gemfile
, but when I want to bundle install
I've got this error :
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)
I've tried so many things to fix this, but impossible.
Even if I delete the heroku gems, I still get an error with fog
.
Anyone has an idea? thanks !