diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-14 00:22:09 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-19 18:05:22 +0200 |
commit | ef2b81adb442f739216e9785dd890de952a12d23 (patch) | |
tree | ddda5928b8db242ff04717ab54624ac15f22aad5 /Gemfile | |
parent | a03d21ef3905e2755bba06684f8f37f706652229 (diff) | |
download | gitlab-ce-ef2b81adb442f739216e9785dd890de952a12d23.tar.gz |
Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client -gem 'gitaly', '~> 0.14.0' +gem 'gitaly', '~> 0.17.0' gem 'toml-rb', '~> 0.3.15', require: false |