Update dependencies
This commit is contained in:
parent
9798801c05
commit
40a5e35635
1 changed files with 7 additions and 5 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -87,7 +87,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
bzip2,
|
||||
ucf,
|
||||
gitlab-workhorse (=${source:Version}),
|
||||
ruby-rails (>= 2:6.1.3.2~),
|
||||
ruby-rails (>= 2:6.1.4.4~),
|
||||
ruby-websocket-extensions (>= 0.1.5~),
|
||||
ruby-bootsnap (>= 1.9.1~),
|
||||
ruby-responders (>= 3.0~),
|
||||
|
@ -125,7 +125,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-omniauth-twitter (>= 1.4~),
|
||||
ruby-omniauth-crowd (>= 2.2~),
|
||||
ruby-omniauth-authentiq (>= 0.3.3~),
|
||||
ruby-omniauth-openid-connect (>= 0.8~),
|
||||
ruby-omniauth-openid-connect (>= 0.9~),
|
||||
ruby-omniauth-salesforce (>= 1.0.5~),
|
||||
ruby-omniauth-atlassian-oauth2 (>= 0.2.0~),
|
||||
ruby-rack-oauth2 (>= 1.16~),
|
||||
|
@ -201,6 +201,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-aws-sdk-cloudformation (>= 1.0~),
|
||||
ruby-aws-sdk-s3 (>= 1.0~),
|
||||
ruby-faraday-middleware-aws-sigv4,
|
||||
ruby-typhoeus (>= 1.4~),
|
||||
# Markdown and HTML processing
|
||||
ruby-html-pipeline (>= 2.13.2~),
|
||||
ruby-task-list (>= 2.3.1~),
|
||||
|
@ -236,7 +237,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-state-machines-activerecord (>= 0.8~),
|
||||
ruby-state-machines-activemodel (>= 0.7.1~),
|
||||
# Issue tags
|
||||
ruby-acts-as-taggable-on (>= 8.1~),
|
||||
ruby-acts-as-taggable-on (>= 9.0~),
|
||||
# Background jobs
|
||||
ruby-sidekiq (>= 6.2.2~),
|
||||
ruby-sidekiq-cron (>= 1.0~),
|
||||
|
@ -331,12 +332,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-premailer-rails (>= 1.10.3-2~),
|
||||
# LabKit: Tracing and Correlation
|
||||
ruby-gitlab-labkit (>= 0.21~),
|
||||
ruby-gitlab-labkit (>= 0.21.3~),
|
||||
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
|
||||
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
|
||||
ruby-thrift (>= 0.14~),
|
||||
# I18n
|
||||
ruby-ruby-parser (>= 3.15~),
|
||||
ruby-whitequark-parser (>= 3.0~),
|
||||
ruby-rails-i18n (>= 6.0~),
|
||||
ruby-gettext-i18n-rails (>= 1.8~),
|
||||
ruby-gettext-i18n-rails-js (>= 1.3~),
|
||||
|
@ -478,7 +480,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
node-popper.js (>= 1.16.1~),
|
||||
node-prismjs (>= 1.6~),
|
||||
node-prosemirror-markdown (>= 1.5.2~),
|
||||
node-prosemirror-model (>= 1.14.3~),
|
||||
node-prosemirror-model (>= 1.16.1~),
|
||||
node-prosemirror-state (>= 1.3.4~),
|
||||
node-raven-js,
|
||||
node-raw-loader (>= 4.0~),
|
||||
|
|
Loading…
Reference in a new issue