debian-mirror-gitlab/debian/patches/0394-relax-grpc.patch

12 lines
277 B
Diff
Raw Normal View History

2018-03-27 22:51:10 +05:30
--- 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'