jqr/heroku_san

Can't get to work with asset_sync gem

justin808 opened this issue · 3 comments

Conflicting dependencies of excon:

bundle update heroku_san                                                               
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "excon":
  In Gemfile:
    heroku_san (~> 4.3.2) ruby depends on
      excon (~> 0.13.3) ruby

    asset_sync (>= 0) ruby depends on
      excon (0.27.6)

I solved this issue by running the command

bundle update fog

I have a similar issue but with a 'heroku-api' wanting a newer excon release.

You are using Excon 0.25.3. WebMock supports version >= 0.27.5.