relax grpc

This commit is contained in:
Pirate Praveen 2018-03-27 22:51:10 +05:30
parent d06650f8e9
commit b6c662bc48
2 changed files with 12 additions and 0 deletions

11
debian/patches/0394-relax-grpc.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- 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'

View file

@ -20,6 +20,7 @@ pid-log-paths.patch
0391-relax-google-protobuf.patch
0392-relax-flipper.patch
0393-relax-kubeclient.patch
0394-relax-grpc.patch
0410-set-webpack-root.patch
0415-remove-dev-dependencies.patch
0420-use-system-node-libs.patch