diff options
author | Rubén Dávila <ruben@gitlab.com> | 2018-08-07 06:13:48 -0500 |
---|---|---|
committer | Rubén Dávila <ruben@gitlab.com> | 2018-08-07 06:13:48 -0500 |
commit | 5c748a0bd9665c2036340d3f2b475df013810e62 (patch) | |
tree | 241867bdf9ad5684f1992df013dbe386784f55d3 /Gemfile | |
parent | d737abc537476bf2b500f550b0c733d22f338cf1 (diff) | |
download | gitlab-ce-5c748a0bd9665c2036340d3f2b475df013810e62.tar.gz |
Backport some changes from gitlab-org/gitlab-ee!6767
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -423,7 +423,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.109.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.112.0', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |