Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-08-10 06:18:49 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-08-17 19:22:38 +0300
commit4b87d80499eb5c4fc89aee8cadf6c4ee4112dfc8 (patch)
treefded00c33284a3c43c1fe80a837db17359642d9b /Gemfile
parenta58d0a0182d06efbbde57821e71c305518325d6f (diff)
Fix merge requests not showing any diff files for big patches
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5666e6cebc5..f01adaddd68 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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