Update dependencies
This commit is contained in:
parent
3c10849204
commit
b3b01277af
1 changed files with 9 additions and 5 deletions
14
debian/control
vendored
14
debian/control
vendored
|
@ -41,7 +41,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||||
golang-github-sebest-xff-dev,
|
golang-github-sebest-xff-dev,
|
||||||
golang-github-sirupsen-logrus-dev,
|
golang-github-sirupsen-logrus-dev,
|
||||||
golang-github-stretchr-testify-dev (>= 1.4~),
|
golang-github-stretchr-testify-dev (>= 1.4~),
|
||||||
golang-gitlab-gitlab-org-gitaly-dev (>= 14.8~),
|
golang-gitlab-gitlab-org-gitaly-dev (>= 14.9~),
|
||||||
golang-gitlab-gitlab-org-labkit-dev (>= 1.6~),
|
golang-gitlab-gitlab-org-labkit-dev (>= 1.6~),
|
||||||
golang-gocloud-dev,
|
golang-gocloud-dev,
|
||||||
golang-golang-x-crypto-dev,
|
golang-golang-x-crypto-dev,
|
||||||
|
@ -92,6 +92,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-bootsnap (>= 1.9.1~),
|
ruby-bootsnap (>= 1.9.1~),
|
||||||
ruby-responders (>= 3.0~),
|
ruby-responders (>= 3.0~),
|
||||||
ruby-sprockets (>= 3.7~),
|
ruby-sprockets (>= 3.7~),
|
||||||
|
ruby-view-component (>= 2.50~),
|
||||||
ruby-default-value-for (>= 3.4~),
|
ruby-default-value-for (>= 3.4~),
|
||||||
#ruby-mysql2 | ruby-pg,
|
#ruby-mysql2 | ruby-pg,
|
||||||
ruby-pg (>= 1.1~),
|
ruby-pg (>= 1.1~),
|
||||||
|
@ -321,13 +322,16 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-terser (>= 1.0.2~),
|
ruby-terser (>= 1.0.2~),
|
||||||
#
|
#
|
||||||
ruby-addressable (>= 2.8~),
|
ruby-addressable (>= 2.8~),
|
||||||
ruby-tanuki-emoji,
|
ruby-tanuki-emoji (>= 0.6~),
|
||||||
ruby-gon (>= 6.4~),
|
ruby-gon (>= 6.4~),
|
||||||
ruby-request-store (>= 1.5~),
|
ruby-request-store (>= 1.5~),
|
||||||
ruby-virtus (>= 1.0.5-3~),
|
ruby-virtus (>= 1.0.5-3~),
|
||||||
ruby-base32 (>= 0.3.0~),
|
ruby-base32 (>= 0.3.0~),
|
||||||
# Sentry integration
|
# Sentry integration
|
||||||
ruby-sentry-raven (>= 3.1~),
|
ruby-sentry-raven (>= 3.1~),
|
||||||
|
ruby-sentry-ruby (>= 5.1.1~),
|
||||||
|
ruby-sentry-rails (>= 5.1.1~),
|
||||||
|
ruby-sentry-sidekiq (>= 5.1.1~),
|
||||||
# PostgreSQL query parsing
|
# PostgreSQL query parsing
|
||||||
ruby-pg-query (>= 2.1~),
|
ruby-pg-query (>= 2.1~),
|
||||||
#
|
#
|
||||||
|
@ -386,7 +390,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# Spamcheck GRPC protocol definitions
|
# Spamcheck GRPC protocol definitions
|
||||||
ruby-spamcheck,
|
ruby-spamcheck,
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
ruby-gitaly (>= 14.8~),
|
ruby-gitaly (>= 14.9~),
|
||||||
# KAS GRPC protocol definitions
|
# KAS GRPC protocol definitions
|
||||||
ruby-kas-grpc,
|
ruby-kas-grpc,
|
||||||
#
|
#
|
||||||
|
@ -426,7 +430,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-yajl (>= 1.4.1~),
|
ruby-yajl (>= 1.4.1~),
|
||||||
ruby-webauthn (>= 2.5~),
|
ruby-webauthn (>= 2.5~),
|
||||||
ruby-parslet,
|
ruby-parslet,
|
||||||
ruby-ipynbdiff,
|
ruby-ipynbdiff (>= 0.4.5~),
|
||||||
# packaged node modules - all node packages are not packaged yet
|
# packaged node modules - all node packages are not packaged yet
|
||||||
node-rails-actioncable,
|
node-rails-actioncable,
|
||||||
node-autosize (>= 4.0.2~dfsg1-5~),
|
node-autosize (>= 4.0.2~dfsg1-5~),
|
||||||
|
@ -510,7 +514,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# gitlab-sidekiq was failing without puma
|
# gitlab-sidekiq was failing without puma
|
||||||
puma
|
puma
|
||||||
Recommends: certbot,
|
Recommends: certbot,
|
||||||
gitaly (>= 14.8~),
|
gitaly (>= 14.9~),
|
||||||
openssh-server
|
openssh-server
|
||||||
Conflicts: libruby2.5
|
Conflicts: libruby2.5
|
||||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||||
|
|
Loading…
Reference in a new issue