Merge branch '11126-fix-repository-size-check-ce' into 'master'
Add client code to call GetObjectDirectorySize RPC See merge request gitlab-org/gitlab-ce!28918
Showing
... | ... | @@ -426,7 +426,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 1.27.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 1.32.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.19.0' | ||
... | ... |
Please register or sign in to comment