summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2018-08-07 06:13:48 -0500
committerRubén Dávila <ruben@gitlab.com>2018-08-07 06:13:48 -0500
commit5c748a0bd9665c2036340d3f2b475df013810e62 (patch)
tree241867bdf9ad5684f1992df013dbe386784f55d3 /Gemfile
parentd737abc537476bf2b500f550b0c733d22f338cf1 (diff)
downloadgitlab-ce-5c748a0bd9665c2036340d3f2b475df013810e62.tar.gz
Backport some changes from gitlab-org/gitlab-ee!6767
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 687039b9afb..d9066081f74 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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