Update minimum versions add ruby-kas-grpc
This commit is contained in:
parent
ac0abaacaf
commit
4930273285
1 changed files with 7 additions and 3 deletions
10
debian/control
vendored
10
debian/control
vendored
|
@ -322,13 +322,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-virtus (>= 1.0.5-3~),
|
||||
ruby-base32 (>= 0.3.0~),
|
||||
# Sentry integration
|
||||
ruby-sentry-raven (>= 2.13~),
|
||||
ruby-sentry-raven (>= 3.1~),
|
||||
# PostgreSQL query parsing
|
||||
ruby-pg-query (>= 2.0~),
|
||||
ruby-gitlab-pg-query (>= 2.0.4~),
|
||||
#
|
||||
ruby-premailer-rails (>= 1.10.3-2~),
|
||||
# LabKit: Tracing and Correlation
|
||||
ruby-gitlab-labkit (>= 0.17.1~),
|
||||
ruby-gitlab-labkit (>= 0.18~),
|
||||
# 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~),
|
||||
|
@ -384,7 +384,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-spamcheck,
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 14.0~),
|
||||
# KAS GRPC protocol definitions
|
||||
ruby-kas-grpc,
|
||||
#
|
||||
ruby-grpc (>= 1.30.2~),
|
||||
#
|
||||
ruby-google-protobuf (>= 3.17.3-1.1~),
|
||||
#
|
||||
ruby-toml-rb (>= 1.0.0-2~),
|
||||
|
|
Loading…
Reference in a new issue