Commit 995caa85 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'zj-lock-grpc-gem-ee' into 'master'

Lock gRPC gem to 1.8

Closes gitaly#1059

See merge request gitlab-org/gitlab-ee!4828
parents 21b3523c e5be2792
......@@ -427,6 +427,10 @@ end
# Gitaly GRPC client
gem 'gitaly-proto', '~> 0.87.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
gem 'google-protobuf', '= 3.5.1'
......
......@@ -1108,6 +1108,7 @@ DEPENDENCIES
grape-entity (~> 0.6.0)
grape-route-helpers (~> 2.1.0)
grape_logging (~> 1.7)
grpc (~> 1.8.3)
gssapi
haml_lint (~> 0.26.0)
hamlit (~> 2.6.1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment