diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2019-05-27 12:38:20 +0800 |
---|---|---|
committer | Patrick Bajao <ebajao@gitlab.com> | 2019-06-05 20:58:46 +0800 |
commit | 40fd0b9e405ec8e4c37e8c90d44dde6c98e1176c (patch) | |
tree | 9ef6ad13bacc091965f42b411e5612a0aed16f90 /Gemfile | |
parent | b560ce1e666733f12c65e8b9f659c89256c1775b (diff) | |
download | gitlab-ce-40fd0b9e405ec8e4c37e8c90d44dde6c98e1176c.tar.gz |
Add client code to call GetObjectDirectorySize RPC11126-fix-repository-size-check-ce
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |