From 4e50c73fe8169b3d593dc82d50b6719352857e24 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sat, 30 May 2020 20:53:55 +0530 Subject: [PATCH] Tighten minimum version of gitaly --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ae25f7f498..aba6d9ead4 100644 --- a/debian/control +++ b/debian/control @@ -411,7 +411,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # gitlab-sidekiq was failing without puma puma Recommends: certbot, - gitaly (>= 12.10~) + gitaly (>= 13.0~) Conflicts: libruby2.3 Description: git powered software platform to collaborate on code (non-omnibus) gitlab provides web based interface to host source code and track issues.