Update dependencies
This commit is contained in:
parent
8a2046ad45
commit
4b1f2fff85
1 changed files with 10 additions and 7 deletions
17
debian/control
vendored
17
debian/control
vendored
|
@ -41,7 +41,7 @@ Build-Depends: debhelper (>= 10~),
|
|||
golang-github-sebest-xff-dev,
|
||||
golang-github-sirupsen-logrus-dev,
|
||||
golang-github-stretchr-testify-dev (>= 1.4~),
|
||||
golang-gitlab-gitlab-org-gitaly-dev (>= 14.4.4~),
|
||||
golang-gitlab-gitlab-org-gitaly-dev (>= 14.5~),
|
||||
golang-gitlab-gitlab-org-labkit-dev (>= 1.6~),
|
||||
golang-gocloud-dev,
|
||||
golang-golang-x-crypto-dev,
|
||||
|
@ -89,18 +89,18 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
gitlab-workhorse (=${source:Version}),
|
||||
ruby-rails (>= 2:6.1.3.2~),
|
||||
ruby-websocket-extensions (>= 0.1.5~),
|
||||
ruby-bootsnap (>= 1.4.6~),
|
||||
ruby-bootsnap (>= 1.9.1~),
|
||||
ruby-responders (>= 3.0~),
|
||||
ruby-sprockets (>= 3.7~),
|
||||
ruby-default-value-for (>= 3.4~),
|
||||
#ruby-mysql2 | ruby-pg,
|
||||
ruby-pg (>= 1.1~),
|
||||
ruby-rugged (>= 1.0~),
|
||||
ruby-rugged (>= 1.2~),
|
||||
ruby-grape-path-helpers (>= 1.7~),
|
||||
ruby-faraday (>= 1.0~),
|
||||
ruby-marginalia (>= 1.10~),
|
||||
# Authorization
|
||||
ruby-declarative-policy,
|
||||
ruby-declarative-policy (>= 1.1),
|
||||
# Authentication libraries
|
||||
ruby-devise (>= 4.7.1~),
|
||||
ruby-bcrypt (>= 3.1.14~),
|
||||
|
@ -113,6 +113,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-omniauth-azure-activedirectory-v2,
|
||||
ruby-omniauth-azure-oauth2 (>= 0.0.10~),
|
||||
ruby-omniauth-cas3 (>= 1.1.4~),
|
||||
ruby-omniauth-dingtalk-oauth2,
|
||||
ruby-omniauth-facebook (>= 4.0~),
|
||||
ruby-omniauth-github (>= 1.4~),
|
||||
ruby-omniauth-gitlab (>= 1.0.2~),
|
||||
|
@ -230,6 +231,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rack-timeout (>= 0.5.1~),
|
||||
puma (>= 5.1.1~),
|
||||
ruby-puma-worker-killer (>= 0.3.1~),
|
||||
ruby-sd-notify,
|
||||
# State machine
|
||||
ruby-state-machines-activerecord (>= 0.8~),
|
||||
ruby-state-machines-activemodel (>= 0.7.1~),
|
||||
|
@ -317,7 +319,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-terser (>= 1.0.2~),
|
||||
#
|
||||
ruby-addressable (>= 2.8~),
|
||||
ruby-gemojione (>= 3.3~),
|
||||
ruby-tanuki-emoji,
|
||||
ruby-gon (>= 6.4~),
|
||||
ruby-request-store (>= 1.5~),
|
||||
ruby-virtus (>= 1.0.5-3~),
|
||||
|
@ -385,7 +387,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Spamcheck GRPC protocol definitions
|
||||
ruby-spamcheck,
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 14.4.4~),
|
||||
ruby-gitaly (>= 14.5~),
|
||||
# KAS GRPC protocol definitions
|
||||
ruby-kas-grpc,
|
||||
#
|
||||
|
@ -425,6 +427,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-yajl (>= 1.4.1~),
|
||||
ruby-webauthn (>= 2.3~),
|
||||
ruby-parslet,
|
||||
ruby-ipynbdiff,
|
||||
# packaged node modules - all node packages are not packaged yet
|
||||
node-rails-actioncable,
|
||||
node-autosize (>= 4.0.2~dfsg1-5~),
|
||||
|
@ -508,7 +511,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 14.4.4~),
|
||||
gitaly (>= 14.5~),
|
||||
openssh-server
|
||||
Conflicts: libruby2.5
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
|
|
Loading…
Reference in a new issue