diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-05-07 10:49:24 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-05-07 14:10:04 +0200 |
commit | 40655a48f13efb3a0a18f0b0bc4727c786df6a77 (patch) | |
tree | f4632a69869744fb7a36a135f311cd0b0c04ef6c /Gemfile | |
parent | 92482e01b45c337c0b9d761efd0297fc97ffcac0 (diff) | |
download | gitlab-ce-40655a48f13efb3a0a18f0b0bc4727c786df6a77.tar.gz |
Bump Gitaly Proto to v0.99
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.97.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.99.0', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |