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 Sherif <me@ahmadsherif.com>2018-01-09 21:02:19 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-01-09 21:03:57 +0300
commit8065efac462f3483cb3b17eed7519bbaeddd799a (patch)
treefa111eac50ae40f321bae8f6ed757787439a5e11 /Gemfile
parent65b04860c24949f8c327db0be9fc967dfe8225b5 (diff)
Add support for multiple refmaps to RemoteService#add_remote
Closes gitaly#903
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4fea1d486ef..6f9fb91848d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -406,7 +406,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.64.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.69.0', require: 'gitaly'
gem 'toml-rb', '~> 0.3.15', require: false