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>2017-08-24 15:59:06 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-08-24 15:59:06 +0300
commit1971ae18f670775d48dd78e844b784d432ddaaca (patch)
tree5644237dc7f50484e80e2d9fd10f60fff75bccee /Gemfile
parentc1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff)
Use gitaly-proto 0.31.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 72fc2de426e..32539842dbb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -401,7 +401,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly', '~> 0.30.0'
+gem 'gitaly-proto', '~> 0.31.0', require: 'gitaly'
gem 'toml-rb', '~> 0.3.15', require: false