Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-05-28 12:58:14 +0300
committerDouwe Maan <douwe@gitlab.com>2018-05-28 12:58:14 +0300
commitb529d04b69c5fd8612bfa614a536d02574cb7f07 (patch)
tree3c6545b180d4d7d6dbfadab88c983a2c1d511471 /Gemfile
parenta45b9fc96ca568b19fd9d09a8b40846c2c8b5b36 (diff)
Use Gitaly's DeleteAllRepositories RPC during backup restore
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e48c1f47d21..b6b82bad8a4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -412,7 +412,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.99.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.100.0', require: 'gitaly'
gem 'grpc', '~> 1.11.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed