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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-07-18 05:08:23 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-07-18 23:48:47 +0300
commit68b1e5a97ce7760d845edc84f4ac90f3c6008cfd (patch)
tree492d92bf07e6ddf441446ee57ec4156092027106 /Gemfile
parent1df32177a8dfd0f1f948a48ee9cf87ba74f43417 (diff)
Incorporate Gitaly's RefService.FindAllRemoteBranches RPC
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d575568adaa..7eac9e6a7b3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -418,7 +418,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.105.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.106.0', require: 'gitaly'
gem 'grpc', '~> 1.11.0'
# Locked until https://github.com/google/protobuf/issues/4210 is closed