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:
parent
5cd9c34d18
commit
a4c1248499
1 changed files with 1 additions and 0 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -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~),
|
||||
|
|
Loading…
Reference in a new issue