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:
authorAhmad Sherif <me@ahmadsherif.com>2017-06-12 21:55:28 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-06-21 18:31:20 +0300
commit0284f01716cfdcbe8d9e7a0281e551414b4c0239 (patch)
tree6c40ea5dfe9a4ec397da22fa4c30baf0ed3e2047 /Gemfile
parent78ee24ba53a4a44d829613495ec0d5f1bbb5a9ee (diff)
Migrate Gitlab::Git::Blob.find to Gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 61c70ce6b8a..b1790b23dcd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -384,7 +384,7 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
-gem 'gitaly', '~> 0.8.0'
+gem 'gitaly', '~> 0.9.0'
gem 'toml-rb', '~> 0.3.15', require: false