Tighten dependencies for ruby 2.7 support
This commit is contained in:
parent
80a083b0e2
commit
998aa7b49c
1 changed files with 8 additions and 4 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -38,6 +38,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ucf,
|
ucf,
|
||||||
gitlab-workhorse (>= 8.36~),
|
gitlab-workhorse (>= 8.36~),
|
||||||
ruby-rails (>= 2:6.0.3~),
|
ruby-rails (>= 2:6.0.3~),
|
||||||
|
ruby-tzinfo (>= 1.2.6~),
|
||||||
ruby-bootsnap (>= 1.4.6~),
|
ruby-bootsnap (>= 1.4.6~),
|
||||||
ruby-nakayoshi-fork (>= 0.0.4~),
|
ruby-nakayoshi-fork (>= 0.0.4~),
|
||||||
ruby-responders (>= 3.0~),
|
ruby-responders (>= 3.0~),
|
||||||
|
@ -166,7 +167,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-rack (>= 2.1~),
|
ruby-rack (>= 2.1~),
|
||||||
unicorn (>= 5.5~),
|
unicorn (>= 5.5~),
|
||||||
ruby-kgio (>= 2.11.2~),
|
ruby-kgio (>= 2.11.2~),
|
||||||
ruby-unicorn-worker-killer (>= 0.4.4~),
|
ruby-unicorn-worker-killer (>= 0.4.4-2~),
|
||||||
# State machine
|
# State machine
|
||||||
ruby-state-machines-activerecord (>= 0.6~),
|
ruby-state-machines-activerecord (>= 0.6~),
|
||||||
ruby-state-machines-activemodel (>= 0.7.1~),
|
ruby-state-machines-activemodel (>= 0.7.1~),
|
||||||
|
@ -221,9 +222,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-fogbugz (>= 0.2.1-3~),
|
ruby-fogbugz (>= 0.2.1-3~),
|
||||||
# Kubernetes integration
|
# Kubernetes integration
|
||||||
ruby-kubeclient (>= 4.6~),
|
ruby-kubeclient (>= 4.6~),
|
||||||
|
ruby-recursive-open-struct (>= 1.1.1~),
|
||||||
|
ruby-http (>= 4.4~),
|
||||||
# Sanitize user input
|
# Sanitize user input
|
||||||
ruby-sanitize (>= 4.6.5~),
|
ruby-sanitize (>= 4.6.5~),
|
||||||
ruby-babosa (>= 1.0.2~),
|
ruby-babosa (>= 1.0.3~),
|
||||||
# Sanitizes SVG input
|
# Sanitizes SVG input
|
||||||
ruby-loofah (>= 2.2~),
|
ruby-loofah (>= 2.2~),
|
||||||
# Working with license
|
# Working with license
|
||||||
|
@ -264,7 +267,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# Sentry integration
|
# Sentry integration
|
||||||
ruby-sentry-raven (>= 2.13~),
|
ruby-sentry-raven (>= 2.13~),
|
||||||
#
|
#
|
||||||
ruby-premailer-rails (>= 1.10.3~),
|
ruby-premailer-rails (>= 1.10.3-2~),
|
||||||
# LabKit: Tracing and Correlation
|
# LabKit: Tracing and Correlation
|
||||||
ruby-gitlab-labkit (>= 0.12~),
|
ruby-gitlab-labkit (>= 0.12~),
|
||||||
# I18n
|
# I18n
|
||||||
|
@ -272,6 +275,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-rails-i18n (>= 6.0~),
|
ruby-rails-i18n (>= 6.0~),
|
||||||
ruby-gettext-i18n-rails (>= 1.8~),
|
ruby-gettext-i18n-rails (>= 1.8~),
|
||||||
ruby-gettext-i18n-rails-js (>= 1.3~),
|
ruby-gettext-i18n-rails-js (>= 1.3~),
|
||||||
|
ruby-gettext (>= 3.3.3~),
|
||||||
#
|
#
|
||||||
ruby-batch-loader (>= 1.4~),
|
ruby-batch-loader (>= 1.4~),
|
||||||
# Perf bar
|
# Perf bar
|
||||||
|
@ -343,7 +347,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-valid-email,
|
ruby-valid-email,
|
||||||
# JSON
|
# JSON
|
||||||
ruby-json (>= 2.3~),
|
ruby-json (>= 2.3~),
|
||||||
ruby-json-schema (>= 2.8~),
|
ruby-json-schema (>= 2.8.1-2~),
|
||||||
# packaged node modules - all node packages are not packaged yet
|
# packaged node modules - all node packages are not packaged yet
|
||||||
node-autosize (>= 4.0~),
|
node-autosize (>= 4.0~),
|
||||||
node-axios (>= 0.17.1~),
|
node-axios (>= 0.17.1~),
|
||||||
|
|
Loading…
Add table
Reference in a new issue