refresh patches
This commit is contained in:
parent
acd46e29f0
commit
65fad5c6ae
2 changed files with 3 additions and 3 deletions
4
debian/patches/0050-relax-stable-libs.patch
vendored
4
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -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'
|
||||
|
|
2
debian/patches/0390-relax-gitaly-proto.patch
vendored
2
debian/patches/0390-relax-gitaly-proto.patch
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue