refresh patches

This commit is contained in:
Pirate Praveen 2018-06-03 20:19:11 +05:30
parent acd46e29f0
commit 65fad5c6ae
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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