diff options
author | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-06-04 15:15:54 +0200 |
---|---|---|
committer | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-06-07 14:26:20 +0200 |
commit | 59a8c79f0598d4afafbebeb7e3786a03e555f85d (patch) | |
tree | 4287de9681a99264071a39e6b7b4c131ffbb9773 /Gemfile | |
parent | 717a46dd0a865d33b00cc94ec7252e706c8cd4eb (diff) | |
download | gitlab-ce-59a8c79f0598d4afafbebeb7e3786a03e555f85d.tar.gz |
Use RestoreCustomHooks RPC in restore rake task
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,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 |