diff options
author | Stan Hu <stanhu@gmail.com> | 2019-04-30 18:05:14 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-30 18:05:14 +0000 |
commit | f4cc9438e3d59f09b9a6f170f89ddd914d1efa4f (patch) | |
tree | 7ef38b73aaea19d7424918ed46ebf02f2798b8d9 /Gemfile | |
parent | a78877bfbf827a61cc1e39601bbe14692a288a6b (diff) | |
parent | 5ee7876534891df9c2f5ab6c5112cc47f98b1df5 (diff) | |
download | gitlab-ce-f4cc9438e3d59f09b9a6f170f89ddd914d1efa4f.tar.gz |
Merge branch 'jc-client-for-fetch-objects-into-pool' into 'master'
Add client methods for FetchIntoObjectPool RPC
See merge request gitlab-org/gitlab-ce!27767
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 1.22.0', require: 'gitaly' +gem 'gitaly-proto', '~> 1.26.0', require: 'gitaly' gem 'grpc', '~> 1.19.0' |