diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2018-03-01 17:50:07 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2018-03-02 14:55:20 +0100 |
commit | cd770946c420b92535bd6000d0b8ea2fc89cbd0a (patch) | |
tree | 9ad85a75a1ef019d7c4b8e8217755fac5b970c3c /Gemfile.lock | |
parent | cbefd38f9c71cc2346b83c4050b03c9cb702864a (diff) | |
download | gitlab-ce-cd770946c420b92535bd6000d0b8ea2fc89cbd0a.tar.gz |
Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commits
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 6918f92aa84..70f86a45043 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly-proto (0.87.0) + gitaly-proto (0.88.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (5.3.3) @@ -1057,7 +1057,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly-proto (~> 0.87.0) + gitaly-proto (~> 0.88.0) github-linguist (~> 5.3.3) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.6.2) |