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 | |
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')
-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.17.0' +gem 'gitaly', '~> 0.18.0' gem 'toml-rb', '~> 0.3.15', require: false |