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-07-18 11:06:49 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-07-20 23:03:55 +0300
commitb043100b65b0b5ac2cf0465864678181783c58bc (patch)
tree1ecc0c7612683253027851b9c72e1bc622a0c594 /Gemfile
parente59c1f7954d5272f4fa56fafb302be7afba53333 (diff)
Migrate Gitlab::Git::Commit.find_all to Gitaly
Closes gitaly#396
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 893299fb635..f5d19f32d65 100644
--- a/Gemfile
+++ b/Gemfile
@@ -386,7 +386,7 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
-gem 'gitaly', '~> 0.17.0'
+gem 'gitaly', '~> 0.18.0'
gem 'toml-rb', '~> 0.3.15', require: false