Merge branch '10-7-grpc-1.11' into '10-7-stable-patch-4'
Use grpc 1.11.0 in 10-7-stable
See merge request gitlab-org/gitlab-ce!19016
Showing
... | ... | @@ -421,7 +421,7 @@ end |
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.96.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.10.0' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
gem 'google-protobuf', '= 3.5.1' | ||
... | ... |
Please
register
or
sign in
to comment