Merge remote-tracking branch 'origin/master' into 4934-improve-bring-a-demoted-primary-back-online
Showing
... | ... | @@ -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' | ||
... | ... |
This diff is collapsed.
lib/api/project_export.rb
0 → 100644
This diff is collapsed.
Please register or sign in to comment