Merge branch 'fix/upgrade-grpc-to-1-1-0' into 'master'
Upgrade grpc gem to 1.10.0 See merge request gitlab-org/gitlab-ce!17575
Showing
... | ... | @@ -413,9 +413,7 @@ end |
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly' | ||
# Explicitly lock grpc as we know 1.9 is bad | ||
# 1.10 is still being tested. See gitlab-org/gitaly#1059 | ||
gem 'grpc', '~> 1.8.3' | ||
gem 'grpc', '~> 1.10.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