From 977271857d912f8a16414fcc89f35c0211e65e2c Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Tue, 9 Mar 2021 00:57:02 +0530 Subject: [PATCH] Update minimum version of gitaly to 13.8~ --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9cd771965c..048644df2c 100644 --- a/debian/control +++ b/debian/control @@ -329,7 +329,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-ed25519 (>= 1.2~), ruby-bcrypt-pbkdf (>= 1.0~), # Gitaly GRPC client - ruby-gitaly (>= 13.7~), + ruby-gitaly (>= 13.8~), # See #966653 # ruby-grpc (>= 1.30.2~), ruby-google-protobuf (>= 3.12~), @@ -445,7 +445,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # gitlab-sidekiq was failing without puma puma Recommends: certbot, - gitaly (>= 13.7~) + gitaly (>= 13.8~) 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.