From 28ee47d6c94b0872b1a1bc816f405747df8bceec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 4 May 2015 13:19:52 +0200 Subject: [PATCH] bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 6ffe68ae2..d7fa979d5 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "simple_captcha2", "0.3.4", require: "simple_captcha" # Background processing -gem "sidekiq", "3.3.3" +gem "sidekiq", "3.3.4" gem "sinatra", "1.4.6" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index e4eb2d8a4..d1a9a1b7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM sass-rails (<= 5.0.1) sprockets (< 2.13) configurate (0.2.0) - connection_pool (2.1.3) + connection_pool (2.2.0) crack (0.4.2) safe_yaml (~> 1.0.0) cucumber (1.3.19) @@ -565,7 +565,7 @@ GEM ffi (>= 0.5.0) redcarpet (3.2.3) redis (3.2.1) - redis-namespace (1.5.1) + redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) remotipart (1.2.1) request_store (1.1.0) @@ -622,7 +622,7 @@ GEM shellany (0.0.1) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (3.3.3) + sidekiq (3.3.4) celluloid (>= 0.16.0) connection_pool (>= 2.1.1) json @@ -809,7 +809,7 @@ DEPENDENCIES sass-rails (= 5.0.1) selenium-webdriver (= 2.45.0) shoulda-matchers (= 2.8.0) - sidekiq (= 3.3.3) + sidekiq (= 3.3.4) sidetiq (= 0.6.3) simple_captcha2 (= 0.3.4) sinatra (= 1.4.6)