From 2cda3c1e6bfcb6709700c6b4a6bc487cf217b6fd Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Sun, 8 May 2016 21:23:13 +1000 Subject: [PATCH] upgrade sidekiq to fix redis leak --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4a2209a0e80..2c5e54606d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM byebug (8.2.1) certified (1.0.0) coderay (1.1.0) - concurrent-ruby (1.0.1) + concurrent-ruby (1.0.2) connection_pool (2.2.0) crass (1.0.2) daemons (1.2.3) @@ -282,7 +282,7 @@ GEM ffi (>= 1.0.6) msgpack (>= 0.4.3) trollop (>= 1.16.2) - redis (3.2.2) + redis (3.3.0) redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) ref (2.0.0) @@ -344,7 +344,7 @@ GEM shoulda-context (1.2.1) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (4.0.2) + sidekiq (4.1.2) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) redis (~> 3.2, >= 3.2.1)