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:
authorAhmad Hassan <ahmad.hassan612@gmail.com>2018-06-13 12:19:17 +0300
committerAhmad Hassan <ahmad.hassan612@gmail.com>2018-06-15 19:27:25 +0300
commit69de7b42cf7d3f0c99d63f1778f7f0b9d15ddfd8 (patch)
tree00da2a16a80c6c0f858358ceb170395a204317d8 /Gemfile
parentc4a3587c7700eb4731502223e4683360454ed0d4 (diff)
Migrate repo backup to gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 98622cdde84..4bdb255c498 100644
--- a/Gemfile
+++ b/Gemfile
@@ -419,7 +419,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.102.0', require: 'gitaly'
gem 'grpc', '~> 1.11.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed