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-02-28 19:56:00 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-03-01 20:31:31 +0300
commit03f3350f3f679122ce4ceacfc840db6e77763dea (patch)
tree7569d6f1aef894ef13acf262b87b4419f6270d8d /Gemfile
parent1c2b633b1f4817ca4a3184fb7ff73b1d6b2bbb8f (diff)
Fetch commit signatures from Gitaly in batches
Closes gitaly#1046
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6838ddbf01a..d8cb5267d81 100644
--- a/Gemfile
+++ b/Gemfile
@@ -411,7 +411,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.85.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.87.0', require: 'gitaly'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'