From 65fad5c6ae15cf7bce58b81fe715dbd6ec8c2ee0 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sun, 3 Jun 2018 20:19:11 +0530 Subject: [PATCH] refresh patches --- debian/patches/0050-relax-stable-libs.patch | 4 ++-- debian/patches/0390-relax-gitaly-proto.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/0050-relax-stable-libs.patch b/debian/patches/0050-relax-stable-libs.patch index 89a7828ac6..0372cdee29 100644 --- a/debian/patches/0050-relax-stable-libs.patch +++ b/debian/patches/0050-relax-stable-libs.patch @@ -317,8 +317,8 @@ gitlab Gemfile # Gitaly GRPC client gem 'gitaly-proto', '~> 0.96.0', require: 'gitaly' --gem 'grpc', '~> 1.10.0' -+gem 'grpc', '~> 1.10' +-gem 'grpc', '~> 1.11.0' ++gem 'grpc', '~> 1.11' # Locked until https://github.com/google/protobuf/issues/4210 is closed -gem 'google-protobuf', '= 3.5.1' diff --git a/debian/patches/0390-relax-gitaly-proto.patch b/debian/patches/0390-relax-gitaly-proto.patch index bb4ad1d0b9..6009e12e9d 100644 --- a/debian/patches/0390-relax-gitaly-proto.patch +++ b/debian/patches/0390-relax-gitaly-proto.patch @@ -6,6 +6,6 @@ # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.96.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.96', require: 'gitaly' - gem 'grpc', '~> 1.10' + gem 'grpc', '~> 1.11' # Locked until https://github.com/google/protobuf/issues/4210 is closed