Relax dependency on ruby-rack
This commit is contained in:
parent
f6c9df2d5d
commit
bfbede42ad
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -145,7 +145,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# The 2.0.6 version of rack requires monkeypatch to be present in
|
||||
# `config.ru`. This can be removed once a new update for Rack
|
||||
# is available that contains https://github.com/rack/rack/pull/1201
|
||||
ruby-rack (= 2.0.6~),
|
||||
ruby-rack (>= 2.0.6~),
|
||||
unicorn (>= 5.4~),
|
||||
ruby-kgio (>= 2.11.2~),
|
||||
ruby-unicorn-worker-killer (>= 0.4.4~),
|
||||
|
|
Loading…
Reference in a new issue