From e8bcaf98cadc9b51a0408b4a826284a5b44c3359 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Mon, 22 Jun 2015 15:38:15 +0200
Subject: [PATCH] bump sidekiq

---
 Gemfile      | 2 +-
 Gemfile.lock | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Gemfile b/Gemfile
index fd1bacaf83..054d1c57e6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,7 +32,7 @@ gem "simple_captcha2", "0.3.4", require: "simple_captcha"
 
 # Background processing
 
-gem "sidekiq", "3.3.4"
+gem "sidekiq", "3.4.1"
 gem "sinatra", "1.4.6"
 
 # Scheduled processing
diff --git a/Gemfile.lock b/Gemfile.lock
index 186183fc20..0708938fb0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -650,8 +650,8 @@ GEM
     shellany (0.0.1)
     shoulda-matchers (2.8.0)
       activesupport (>= 3.0.0)
-    sidekiq (3.3.4)
-      celluloid (>= 0.16.0)
+    sidekiq (3.4.1)
+      celluloid (~> 0.16.0)
       connection_pool (>= 2.1.1)
       json
       redis (>= 3.0.6)
@@ -853,7 +853,7 @@ DEPENDENCIES
   sass-rails (= 5.0.1)
   selenium-webdriver (= 2.45.0)
   shoulda-matchers (= 2.8.0)
-  sidekiq (= 3.3.4)
+  sidekiq (= 3.4.1)
   sidetiq (= 0.6.3)
   simple_captcha2 (= 0.3.4)
   simplecov (= 0.10.0)
-- 
GitLab