summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-11-21 18:28:34 +0100
committerBob Van Landuyt <bob@vanlanduyt.co>2018-11-26 16:44:26 +0100
commit5e9921d547501fc8be2ebd16b63eec712154db10 (patch)
treec1907d1cad0c0fc12c496803975cf2b0e5df939b /Gemfile
parent1c1b7a820db168974289039acd9f1f89664b684e (diff)
downloadgitlab-ce-5e9921d547501fc8be2ebd16b63eec712154db10.tar.gz
Update gitaly and gitaly-proto
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2c0eb0cbce4..a0c24c88c53 100644
--- a/Gemfile
+++ b/Gemfile
@@ -425,7 +425,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.123.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.1.0', require: 'gitaly'
gem 'grpc', '~> 1.15.0'
gem 'google-protobuf', '~> 3.6'