Depends += "ruby-excon (>= 0.60.0~)"

Fixed yet another case of broken dependency after upgrading from Gitlab 8.5
on Stretch:

~~~~
Bundler could not find compatible versions for gem "excon":
  In Gemfile:
    fog-core (~> 1.44) was resolved to 1.45.0, which depends on
      excon (~> 0.58)

Could not find gem 'excon (~> 0.58)', which is required by gem 'fog-core (~>
1.44)', in any of the sources.
~~~~
This commit is contained in:
Dmitry Smirnov 2018-03-14 20:42:31 +11:00
parent 5cd9c34d18
commit a4c1248499

1
debian/control vendored
View file

@ -109,6 +109,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# for backups
ruby-fog-aws (>= 2.0~),
ruby-fog-core (>= 1.44~),
ruby-excon (>= 0.60.0~),
ruby-fog-google (>= 0.5~),
ruby-fog-local (>= 0.3~),
ruby-fog-openstack (>= 0.1~),