diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2018-02-28 17:56:00 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2018-03-01 18:31:31 +0100 |
commit | 03f3350f3f679122ce4ceacfc840db6e77763dea (patch) | |
tree | 7569d6f1aef894ef13acf262b87b4419f6270d8d /Gemfile | |
parent | 1c2b633b1f4817ca4a3184fb7ff73b1d6b2bbb8f (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |