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:
authorAndrew Newdigate <andrew@gitlab.com>2017-08-14 14:12:32 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-08-18 11:43:58 +0300
commitaaa887febad442ecdb54680954006e63af70ac6c (patch)
tree45658e8a9fccad78ca6fc67b8e472337ae3e5b76 /Gemfile
parent6ed01ebf9198a0652ad7e0825415706745c74b2c (diff)
Client Implementation: RefService::RefExists
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 62d6b1e6446..466c399c8b1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -401,7 +401,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly', '~> 0.27.0'
+gem 'gitaly', '~> 0.29.0'
gem 'toml-rb', '~> 0.3.15', require: false