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:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-12 18:50:30 +0300
committerStan Hu <stanhu@gmail.com>2019-08-12 18:50:30 +0300
commitf3e0ec7b4a2aee41a097bf8385f34e1a16c64713 (patch)
treefa943f6a0874ba8cde1b2a43de6bc76799175ac2 /Gemfile
parent37496d5916fffd2e09a0722ac92a264fe83ff136 (diff)
Update Gitaly server and gem to 1.58.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index dae06262a91..55143693d5c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -424,8 +424,8 @@ group :ed25519 do
gem 'bcrypt_pbkdf', '~> 1.0'
end
-# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.37.0', require: 'gitaly'
+# Gitaly GRPC protocol definitions
+gem 'gitaly', '~> 1.58.0'
gem 'grpc', '~> 1.19.0'