summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2018-02-28 17:56:00 +0100
committerAhmad Sherif <me@ahmadsherif.com>2018-03-01 18:31:31 +0100
commit03f3350f3f679122ce4ceacfc840db6e77763dea (patch)
tree7569d6f1aef894ef13acf262b87b4419f6270d8d /Gemfile
parent1c2b633b1f4817ca4a3184fb7ff73b1d6b2bbb8f (diff)
downloadgitlab-ce-03f3350f3f679122ce4ceacfc840db6e77763dea.tar.gz
Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batch
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'