diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2018-08-09 23:18:49 -0400 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2018-08-17 13:22:38 -0300 |
commit | 4b87d80499eb5c4fc89aee8cadf6c4ee4112dfc8 (patch) | |
tree | fded00c33284a3c43c1fe80a837db17359642d9b /Gemfile | |
parent | a58d0a0182d06efbbde57821e71c305518325d6f (diff) | |
download | gitlab-ce-4b87d80499eb5c4fc89aee8cadf6c4ee4112dfc8.tar.gz |
Fix merge requests not showing any diff files for big patches49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limits
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -423,7 +423,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.112.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.113.0', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |