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:
authorStan Hu <stanhu@gmail.com>2016-07-01 22:51:21 +0300
committerStan Hu <stanhu@gmail.com>2016-07-02 05:46:08 +0300
commit26525064a8623851f1047bbf0f00ee9061cabe9e (patch)
tree9b241ff5d99fac6845794fc6e7e774b71702a8b5 /Gemfile.lock
parent0ccdc631e6f45c0fd327631decb47f80d781302e (diff)
Downgrade to Redis 3.2.2 due to massive memory leak with Sidekiq
See: https://github.com/mperham/sidekiq/blob/master/Changes.md#413 https://gitlab.com/gitlab-org/gitlab-ce/issues/19441
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 45cb327168c..b8022d31040 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -554,7 +554,7 @@ GEM
recaptcha (3.0.0)
json
redcarpet (3.3.3)
- redis (3.3.0)
+ redis (3.2.2)
redis-actionpack (4.0.1)
actionpack (~> 4)
redis-rack (~> 1.5.0)