diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-27 08:45:04 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-02 00:33:04 +0200 |
commit | 215e0911e553eb4aa3fe81734006c9b3ba8eb6ba (patch) | |
tree | e143c2c75e8109fe4b214a003666602d7dfd9895 /Gemfile.lock | |
parent | 97ef4cbe43ddeca2dda2c1da9cab0b61695ceef7 (diff) | |
download | gitlab-ce-215e0911e553eb4aa3fe81734006c9b3ba8eb6ba.tar.gz |
Migrate Gitlab::Git::Repository#count_commits to Gitalyfeature/migrate-count-commits-to-gitaly
Closes gitaly#415
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5a327a14c4a..9f90965a567 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly (0.21.0) + gitaly (0.23.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -978,7 +978,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly (~> 0.21.0) + gitaly (~> 0.23.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.5.1) |