summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAhmad Hassan <ahmad.hassan612@gmail.com>2018-06-04 15:15:54 +0200
committerAhmad Hassan <ahmad.hassan612@gmail.com>2018-06-07 14:26:20 +0200
commit59a8c79f0598d4afafbebeb7e3786a03e555f85d (patch)
tree4287de9681a99264071a39e6b7b4c131ffbb9773 /Gemfile
parent717a46dd0a865d33b00cc94ec7252e706c8cd4eb (diff)
downloadgitlab-ce-59a8c79f0598d4afafbebeb7e3786a03e555f85d.tar.gz
Use RestoreCustomHooks RPC in restore rake task
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 339761bf8fa..e7745371d74 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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