Tighten dependencies

This commit is contained in:
Pirate Praveen 2020-07-29 01:07:02 +05:30
parent 47d16f1c2d
commit d3cb5b11de

18
debian/control vendored
View file

@ -19,7 +19,7 @@ Section: contrib/net
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends},
gitlab-common (>= 13.0.0~),
gitlab-common (>= 13.2~),
ruby (>= 1:2.7~),
rubygems-integration (>= 1.17.1~),
lsb-base (>= 3.0-6),
@ -37,7 +37,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
openssh-client,
bzip2,
ucf,
gitlab-workhorse (>= 8.36~),
gitlab-workhorse (>= 8.37~),
ruby-rails (>= 2:6.0.3~),
ruby-tzinfo (>= 1.2.6~),
ruby-bootsnap (>= 1.4.6~),
@ -97,9 +97,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-ntlm (>= 0.6.1~),
ruby-net-ldap (>= 0.16.1~),
# API
ruby-grape (>= 1.3.3~),
# https://gitlab.com/gitlab-org/gitlab/-/issues/219623
ruby-rack-timeout,
ruby-grape (>= 1.4~),
ruby-grape-entity (>= 0.8~),
ruby-rack-cors (>= 1.0.6~),
# GraphQL API
@ -143,6 +141,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-task-list (>= 2.3.1~),
ruby-github-markup (>= 1.7~),
ruby-commonmarker (>= 0.20~),
ruby-kramdown (>= 2.2.1~),
ruby-redcloth (>= 4.3.2-3~),
# rdoc is built-in with ruby
ruby-org (>= 0.9.12-2~),
@ -151,7 +150,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
asciidoctor (>= 2.0.10~),
ruby-asciidoctor-include-ext (>= 0.3.1~),
ruby-asciidoctor-plantuml (>= 0.0.12~),
ruby-rouge (>= 3.19~),
ruby-rouge (>= 3.21~),
ruby-truncato (>= 0.7.11~),
ruby-bootstrap-form (>= 4.2~),
ruby-nokogiri (>= 1.10.9~),
@ -166,6 +165,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# `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.1~),
ruby-rack-timeout (>= 0.5.1~),
unicorn (>= 5.5~),
ruby-kgio (>= 2.11.2~),
ruby-unicorn-worker-killer (>= 0.4.4-2~),
@ -218,7 +218,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# Hangouts Chat integration
ruby-hangouts-chat (>= 0.0.5),
# Asana integration
ruby-asana (>= 0.9~),
ruby-asana (>= 0.10~),
# FogBugz integration
ruby-fogbugz (>= 0.2.1-3~),
# Kubernetes integration
@ -270,7 +270,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
#
ruby-premailer-rails (>= 1.10.3-2~),
# LabKit: Tracing and Correlation
ruby-gitlab-labkit (>= 0.12~),
ruby-gitlab-labkit (>= 0.12.1~),
# I18n
ruby-ruby-parser (>= 3.8.2~),
ruby-rails-i18n (>= 6.0~),
@ -349,6 +349,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# JSON
ruby-json (>= 2.3~),
ruby-json-schema (>= 2.8.1-2~),
ruby-oj (>= 3.10.6~),
ruby-multi-json (>= 1.14.1~),
# packaged node modules - all node packages are not packaged yet
node-autosize (>= 4.0~),
node-axios (>= 0.17.1~),