diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-18 10:06:49 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-20 22:03:55 +0200 |
commit | b043100b65b0b5ac2cf0465864678181783c58bc (patch) | |
tree | 1ecc0c7612683253027851b9c72e1bc622a0c594 /Gemfile.lock | |
parent | e59c1f7954d5272f4fa56fafb302be7afba53333 (diff) | |
download | gitlab-ce-b043100b65b0b5ac2cf0465864678181783c58bc.tar.gz |
Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitaly
Closes gitaly#396
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 0c4fc1fee0c..b0b9c179479 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.17.0) + gitaly (0.18.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (4.7.6) @@ -972,7 +972,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.2.0) - gitaly (~> 0.17.0) + gitaly (~> 0.18.0) github-linguist (~> 4.7.0) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.5.1) |