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-03-31 15:23:42 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-04-03 14:58:29 +0300
commit88812ce2bf689c65cfd72ff7f6f3537a5b19aafb (patch)
tree504dcf6d527b13fd09a7a54c3738c61d0ef429d5 /Gemfile
parente0a9adfbe9b1efe6114916b86cd439af959cbe42 (diff)
Use gitaly 0.5.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 562ee2d1b9e..0c6bb805b98 100644
--- a/Gemfile
+++ b/Gemfile
@@ -352,4 +352,4 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
-gem 'gitaly', '~> 0.3.0'
+gem 'gitaly', '~> 0.5.0'