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,
|
||||
gitlab-workhorse (>= 8.36~),
|
||||
ruby-rails (>= 2:6.0.3~),
|
||||
ruby-tzinfo (>= 1.2.6~),
|
||||
ruby-bootsnap (>= 1.4.6~),
|
||||
ruby-nakayoshi-fork (>= 0.0.4~),
|
||||
ruby-responders (>= 3.0~),
|
||||
|
@ -166,7 +167,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rack (>= 2.1~),
|
||||
unicorn (>= 5.5~),
|
||||
ruby-kgio (>= 2.11.2~),
|
||||
ruby-unicorn-worker-killer (>= 0.4.4~),
|
||||
ruby-unicorn-worker-killer (>= 0.4.4-2~),
|
||||
# State machine
|
||||
ruby-state-machines-activerecord (>= 0.6~),
|
||||
ruby-state-machines-activemodel (>= 0.7.1~),
|
||||
|
@ -221,9 +222,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-fogbugz (>= 0.2.1-3~),
|
||||
# Kubernetes integration
|
||||
ruby-kubeclient (>= 4.6~),
|
||||
ruby-recursive-open-struct (>= 1.1.1~),
|
||||
ruby-http (>= 4.4~),
|
||||
# Sanitize user input
|
||||
ruby-sanitize (>= 4.6.5~),
|
||||
ruby-babosa (>= 1.0.2~),
|
||||
ruby-babosa (>= 1.0.3~),
|
||||
# Sanitizes SVG input
|
||||
ruby-loofah (>= 2.2~),
|
||||
# Working with license
|
||||
|
@ -264,7 +267,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Sentry integration
|
||||
ruby-sentry-raven (>= 2.13~),
|
||||
#
|
||||
ruby-premailer-rails (>= 1.10.3~),
|
||||
ruby-premailer-rails (>= 1.10.3-2~),
|
||||
# LabKit: Tracing and Correlation
|
||||
ruby-gitlab-labkit (>= 0.12~),
|
||||
# I18n
|
||||
|
@ -272,6 +275,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rails-i18n (>= 6.0~),
|
||||
ruby-gettext-i18n-rails (>= 1.8~),
|
||||
ruby-gettext-i18n-rails-js (>= 1.3~),
|
||||
ruby-gettext (>= 3.3.3~),
|
||||
#
|
||||
ruby-batch-loader (>= 1.4~),
|
||||
# Perf bar
|
||||
|
@ -343,7 +347,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-valid-email,
|
||||
# JSON
|
||||
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
|
||||
node-autosize (>= 4.0~),
|
||||
node-axios (>= 0.17.1~),
|
||||
|
|
Loading…
Reference in a new issue