Update dependencies
This commit is contained in:
parent
30313f3072
commit
e353ca15c0
1 changed files with 10 additions and 6 deletions
16
debian/control
vendored
16
debian/control
vendored
|
@ -94,9 +94,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
#ruby-mysql2 | ruby-pg,
|
#ruby-mysql2 | ruby-pg,
|
||||||
ruby-pg (>= 1.1~),
|
ruby-pg (>= 1.1~),
|
||||||
ruby-rugged (>= 1.0~),
|
ruby-rugged (>= 1.0~),
|
||||||
ruby-grape-path-helpers (>= 1.6.1~),
|
ruby-grape-path-helpers (>= 1.6.3~),
|
||||||
ruby-faraday (>= 1.0~),
|
ruby-faraday (>= 1.0~),
|
||||||
ruby-marginalia (>= 1.10~),
|
ruby-marginalia (>= 1.10~),
|
||||||
|
# Authorization
|
||||||
|
ruby-declarative-policy,
|
||||||
# Authentication libraries
|
# Authentication libraries
|
||||||
ruby-devise (>= 4.7.1~),
|
ruby-devise (>= 4.7.1~),
|
||||||
ruby-bcrypt (>= 3.1.14~),
|
ruby-bcrypt (>= 3.1.14~),
|
||||||
|
@ -120,7 +122,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-omniauth-twitter (>= 1.4~),
|
ruby-omniauth-twitter (>= 1.4~),
|
||||||
ruby-omniauth-crowd (>= 2.2~),
|
ruby-omniauth-crowd (>= 2.2~),
|
||||||
ruby-omniauth-authentiq (>= 0.3.3~),
|
ruby-omniauth-authentiq (>= 0.3.3~),
|
||||||
ruby-omniauth-openid-connect (>= 0.3.5~),
|
ruby-omniauth-openid-connect (>= 0.4~),
|
||||||
ruby-omniauth-salesforce (>= 1.0.5~),
|
ruby-omniauth-salesforce (>= 1.0.5~),
|
||||||
ruby-omniauth-atlassian-oauth2 (>= 0.2.0~),
|
ruby-omniauth-atlassian-oauth2 (>= 0.2.0~),
|
||||||
ruby-rack-oauth2 (>= 1.16~),
|
ruby-rack-oauth2 (>= 1.16~),
|
||||||
|
@ -151,7 +153,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-net-ldap (>= 0.16.3~),
|
ruby-net-ldap (>= 0.16.3~),
|
||||||
# API
|
# API
|
||||||
ruby-grape (>= 1.5.1~),
|
ruby-grape (>= 1.5.1~),
|
||||||
ruby-grape-entity (>= 0.8~),
|
ruby-grape-entity (>= 0.9~),
|
||||||
ruby-rack-cors (>= 1.0.6~),
|
ruby-rack-cors (>= 1.0.6~),
|
||||||
# GraphQL API
|
# GraphQL API
|
||||||
ruby-graphql (>= 1.11.8~),
|
ruby-graphql (>= 1.11.8~),
|
||||||
|
@ -325,7 +327,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
#
|
#
|
||||||
ruby-premailer-rails (>= 1.10.3-2~),
|
ruby-premailer-rails (>= 1.10.3-2~),
|
||||||
# LabKit: Tracing and Correlation
|
# LabKit: Tracing and Correlation
|
||||||
ruby-gitlab-labkit (>= 0.16.1~),
|
ruby-gitlab-labkit (>= 0.17.1~),
|
||||||
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
|
# 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
|
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
|
||||||
ruby-thrift (>= 0.14~),
|
ruby-thrift (>= 0.14~),
|
||||||
|
@ -377,8 +379,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# Required for ED25519 SSH host key support
|
# Required for ED25519 SSH host key support
|
||||||
ruby-ed25519 (>= 1.2~),
|
ruby-ed25519 (>= 1.2~),
|
||||||
ruby-bcrypt-pbkdf (>= 1.0~),
|
ruby-bcrypt-pbkdf (>= 1.0~),
|
||||||
|
# Spamcheck GRPC protocol definitions
|
||||||
|
ruby-spamcheck,
|
||||||
# Gitaly GRPC client
|
# Gitaly GRPC client
|
||||||
ruby-gitaly (>= 13.11~),
|
ruby-gitaly (>= 13.12~),
|
||||||
# See #966653
|
# See #966653
|
||||||
# ruby-grpc (>= 1.30.2~),
|
# ruby-grpc (>= 1.30.2~),
|
||||||
ruby-google-protobuf (>= 3.14~),
|
ruby-google-protobuf (>= 3.14~),
|
||||||
|
@ -497,7 +501,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 (>= 13.11~)
|
gitaly (>= 13.12~)
|
||||||
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)
|
||||||
gitlab provides web based interface to host source code and track issues.
|
gitlab provides web based interface to host source code and track issues.
|
||||||
|
|
Loading…
Reference in a new issue