diff options
author | Stan Hu <stanhu@gmail.com> | 2016-07-01 12:51:21 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-07-01 19:46:08 -0700 |
commit | 26525064a8623851f1047bbf0f00ee9061cabe9e (patch) | |
tree | 9b241ff5d99fac6845794fc6e7e774b71702a8b5 /Gemfile.lock | |
parent | 0ccdc631e6f45c0fd327631decb47f80d781302e (diff) | |
download | gitlab-ce-26525064a8623851f1047bbf0f00ee9061cabe9e.tar.gz |
Downgrade to Redis 3.2.2 due to massive memory leak with Sidekiqdowngrade-redis-3-2-2
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.lock | 2 |
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) |