Merge branch 'zj-lock-grpc-gem' into 'master'
Lock gRPC gem to 1.8 Closes gitaly#1059 See merge request gitlab-org/gitlab-ce!17484
Showing
... | @@ -412,6 +412,10 @@ end | ... | @@ -412,6 +412,10 @@ end |
# Gitaly GRPC client | # Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly' | 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' | |||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | # Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
gem 'google-protobuf', '= 3.5.1' | gem 'google-protobuf', '= 3.5.1' | ||
... | ... |
Please register or sign in to comment