debian-mirror-gitlab/debian/patches/0394-relax-grpc.patch
Pirate Praveen b6c662bc48 relax grpc
2018-03-27 22:51:10 +05:30

11 lines
277 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -398,7 +398,7 @@
# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.88', require: 'gitaly'
-gem 'grpc', '~> 1.10.0'
+gem 'grpc', '~> 1.3'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '~> 3.2'