diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-06 20:34:25 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-07 13:47:34 +0200 |
commit | c393d88df3b815bf6cbfad37ef20b8e70313563d (patch) | |
tree | 56657ed293fcf3743854dcc0871c04f413e71284 /Gemfile | |
parent | 5af1fcd6f329858d757bab0d67cb50af6c820160 (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |