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-27 18:42:51 +0300
committerNick Thomas <nick@gitlab.com>2018-11-27 18:42:51 +0300
commita54352406ae4d85a8c3352b4f6a7dfe669ecd817 (patch)
tree6e3364b82785ad7f3e3712e046128bfe86da290f /Gemfile
parent397fd09ac4ba7353580f4d3a88c80105d51ff47a (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 524d9d6a1de..60efb21f907 100644
--- a/Gemfile
+++ b/Gemfile
@@ -425,7 +425,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.1.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.2.0', require: 'gitaly'
gem 'grpc', '~> 1.15.0'
gem 'google-protobuf', '~> 3.6'