From 1a208ccf6a0888ccecd25a2523b46296c2d73aff Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Wed, 22 Apr 2020 23:50:14 +0530 Subject: [PATCH] Relax dependency on gitaly ruby gem in Gemfile --- debian/patches/0050-relax-stable-libs.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/patches/0050-relax-stable-libs.patch b/debian/patches/0050-relax-stable-libs.patch index 6d36dc2099..80471d1ec2 100644 --- a/debian/patches/0050-relax-stable-libs.patch +++ b/debian/patches/0050-relax-stable-libs.patch @@ -424,9 +424,12 @@ gitlab Gemfile # NTP client gem 'net-ntp' -@@ -457,11 +457,11 @@ +@@ -455,13 +455,13 @@ + end + # Gitaly GRPC protocol definitions - gem 'gitaly', '~> 12.9.0.pre.rc4' +-gem 'gitaly', '~> 12.9.0.pre.rc4' ++gem 'gitaly', '~> 12.9' -gem 'grpc', '~> 1.24.0' +gem 'grpc', '~> 1.24'