Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-11-21 20:28:34 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-11-26 18:44:26 +0300
commit5e9921d547501fc8be2ebd16b63eec712154db10 (patch)
treec1907d1cad0c0fc12c496803975cf2b0e5df939b /Gemfile
parent1c1b7a820db168974289039acd9f1f89664b684e (diff)
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'