Update dependencies

This commit is contained in:
Pirate Praveen 2021-06-10 00:27:15 +05:30
parent 30313f3072
commit e353ca15c0

16
debian/control vendored
View file

@ -94,9 +94,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
#ruby-mysql2 | ruby-pg,
ruby-pg (>= 1.1~),
ruby-rugged (>= 1.0~),
ruby-grape-path-helpers (>= 1.6.1~),
ruby-grape-path-helpers (>= 1.6.3~),
ruby-faraday (>= 1.0~),
ruby-marginalia (>= 1.10~),
# Authorization
ruby-declarative-policy,
# Authentication libraries
ruby-devise (>= 4.7.1~),
ruby-bcrypt (>= 3.1.14~),
@ -120,7 +122,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.3.5~),
ruby-omniauth-openid-connect (>= 0.4~),
ruby-omniauth-salesforce (>= 1.0.5~),
ruby-omniauth-atlassian-oauth2 (>= 0.2.0~),
ruby-rack-oauth2 (>= 1.16~),
@ -151,7 +153,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-net-ldap (>= 0.16.3~),
# API
ruby-grape (>= 1.5.1~),
ruby-grape-entity (>= 0.8~),
ruby-grape-entity (>= 0.9~),
ruby-rack-cors (>= 1.0.6~),
# GraphQL API
ruby-graphql (>= 1.11.8~),
@ -325,7 +327,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
#
ruby-premailer-rails (>= 1.10.3-2~),
# 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
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
ruby-thrift (>= 0.14~),
@ -377,8 +379,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# Required for ED25519 SSH host key support
ruby-ed25519 (>= 1.2~),
ruby-bcrypt-pbkdf (>= 1.0~),
# Spamcheck GRPC protocol definitions
ruby-spamcheck,
# Gitaly GRPC client
ruby-gitaly (>= 13.11~),
ruby-gitaly (>= 13.12~),
# See #966653
# ruby-grpc (>= 1.30.2~),
ruby-google-protobuf (>= 3.14~),
@ -497,7 +501,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# gitlab-sidekiq was failing without puma
puma
Recommends: certbot,
gitaly (>= 13.11~)
gitaly (>= 13.12~)
Conflicts: libruby2.5
Description: git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues.