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:
authorAhmad Sherif <me@ahmadsherif.com>2017-07-14 01:22:09 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-07-19 19:05:22 +0300
commitef2b81adb442f739216e9785dd890de952a12d23 (patch)
treeddda5928b8db242ff04717ab54624ac15f22aad5 /Gemfile
parenta03d21ef3905e2755bba06684f8f37f706652229 (diff)
Migrate DiffCollection limiting logic to Gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 57d2274b4b6..71496759916 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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