From 123c8172fcae4e5f657d3f4bff0057d34adff45c Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Wed, 28 Oct 2020 21:02:13 +0530 Subject: [PATCH] Tighten dependency on gitlab-shell and gitaly --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ef9612c72c..3d55ba0de7 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client, bzip2, ucf, - gitlab-workhorse (>= 8.37~), + gitlab-workhorse (>= 8.39~), ruby-rails (>= 2:6.0.3~), ruby-tzinfo (>= 1.2.6~), ruby-websocket-extensions (>= 0.1.5~), @@ -423,7 +423,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # gitlab-sidekiq was failing without puma puma Recommends: certbot, - gitaly (>= 13.1~) + gitaly (>= 13.3~) 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.