diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-06-08 11:49:13 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-06-08 11:49:13 +0000 |
commit | f068479e637c52b839c3474a87c2d01e82ba0829 (patch) | |
tree | 07cb0c54629d9374677de06f0ebf1de3766a92e5 /Gemfile | |
parent | d0a040d315f160a1f6700cdb2aa8d194c2104f55 (diff) | |
parent | 2bbac66cae09a1dde81121399daa56bf166dd78e (diff) | |
download | gitlab-ce-f068479e637c52b839c3474a87c2d01e82ba0829.tar.gz |
Merge branch 'use-restore-custom-hooks-gitaly' into 'master'
Use RestoreCustomHooks RPC in restore rake task
See merge request gitlab-org/gitlab-ce!19370
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.100.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |