Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-03-08
# Conflicts: # Gemfile.lock # app/models/members/project_member.rb # app/views/import/github/new.html.haml # db/schema.rb # doc/api/merge_requests.md # locale/gitlab.pot # spec/policies/project_policy_spec.rb [ci skip]
Showing
... | @@ -428,9 +428,7 @@ end | ... | @@ -428,9 +428,7 @@ 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 | gem 'grpc', '~> 1.10.0' | ||
# 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' | ||
... | ... |
96.8 KB
This diff is collapsed.