summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-06-08 11:49:13 +0000
committerDouwe Maan <douwe@gitlab.com>2018-06-08 11:49:13 +0000
commitf068479e637c52b839c3474a87c2d01e82ba0829 (patch)
tree07cb0c54629d9374677de06f0ebf1de3766a92e5 /Gemfile
parentd0a040d315f160a1f6700cdb2aa8d194c2104f55 (diff)
parent2bbac66cae09a1dde81121399daa56bf166dd78e (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f8908ded9b3..57260eedd41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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