summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-07-06 20:34:25 +0200
committerAhmad Sherif <me@ahmadsherif.com>2017-07-07 13:47:34 +0200
commitc393d88df3b815bf6cbfad37ef20b8e70313563d (patch)
tree56657ed293fcf3743854dcc0871c04f413e71284 /Gemfile
parent5af1fcd6f329858d757bab0d67cb50af6c820160 (diff)
downloadgitlab-ce-c393d88df3b815bf6cbfad37ef20b8e70313563d.tar.gz
Migrate Gitlab::Git::Repository#commit_count to Gitalyfeature/migrate-commit-count-to-gitaly
Closes gitaly#355
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 323827ed01b..0b4d712e905 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.9.0'
+gem 'gitaly', '~> 0.13.0'
gem 'toml-rb', '~> 0.3.15', require: false