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:
authorNick Thomas <nick@gitlab.com>2018-11-29 00:22:46 +0300
committerNick Thomas <nick@gitlab.com>2018-12-06 21:57:59 +0300
commit79b44c16ccf3827eba6b168aae6c395ac3f3df17 (patch)
treef8ae177c39cb843b5214d61f5d530a612b018c10 /Gemfile
parent2e3cefa6cdeabe9bfd169df9ed280895deb57be3 (diff)
Update gitaly-proto to v1.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 022f7e5dbcc..bc53b70d2f6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -432,7 +432,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.2.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.3.0', require: 'gitaly'
gem 'grpc', '~> 1.15.0'
gem 'google-protobuf', '~> 3.6'