diff options
author | Robert Speicher <robert@gitlab.com> | 2017-07-07 15:21:05 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-07-07 15:21:05 +0000 |
commit | 1dab640357fa1ba8992757499e4167fcd4ce6276 (patch) | |
tree | ded95743dee788d563abeb0c9638679ef0dfd879 /Gemfile | |
parent | a77158ff31d84bf978038e5c3c7aec3faa509035 (diff) | |
parent | c393d88df3b815bf6cbfad37ef20b8e70313563d (diff) | |
download | gitlab-ce-1dab640357fa1ba8992757499e4167fcd4ce6276.tar.gz |
Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'
Migrate Gitlab::Git::Repository#commit_count to Gitaly
Closes gitaly#355
See merge request !12688
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 |