From 49302732859dfe424ca944fe075d45afac6f41c6 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Tue, 7 Sep 2021 03:56:21 +0530 Subject: [PATCH] Update minimum versions add ruby-kas-grpc --- debian/control | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5c0f9fcf0e..add82b52e2 100644 --- a/debian/control +++ b/debian/control @@ -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~),