Tighten dependency on ruby-rack and ruby-rails

This commit is contained in:
Pirate Praveen 2020-03-26 17:25:10 +05:30
parent b6d8554e0a
commit 3115d2f649

4
debian/control vendored
View file

@ -36,7 +36,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
bzip2,
ucf,
gitlab-workhorse (>= 8.18~),
ruby-rails (>= 2:6.0.2~),
ruby-rails (>= 2:6.0.2.1+dfsg-3~),
ruby-bootsnap (>= 1.4~),
ruby-nakayoshi-fork (>= 0.0.4~),
ruby-responders (>= 3.0~),
@ -162,7 +162,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.7~),
ruby-rack (>= 2.1~),
unicorn (>= 5.4~),
ruby-kgio (>= 2.11.2~),
ruby-unicorn-worker-killer (>= 0.4.4~),