From 03f3350f3f679122ce4ceacfc840db6e77763dea Mon Sep 17 00:00:00 2001 From: Ahmad Sherif Date: Wed, 28 Feb 2018 17:56:00 +0100 Subject: Fetch commit signatures from Gitaly in batches Closes gitaly#1046 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.3