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-27 09:45:04 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-08-02 01:33:04 +0300
commit215e0911e553eb4aa3fe81734006c9b3ba8eb6ba (patch)
treee143c2c75e8109fe4b214a003666602d7dfd9895 /Gemfile
parent97ef4cbe43ddeca2dda2c1da9cab0b61695ceef7 (diff)
Migrate Gitlab::Git::Repository#count_commits to Gitaly
Closes gitaly#415
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a9a1cbc144d..403b104a9d6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -391,7 +391,7 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
-gem 'gitaly', '~> 0.21.0'
+gem 'gitaly', '~> 0.23.0'
gem 'toml-rb', '~> 0.3.15', require: false