From cd7fad1f6d7bbaba75a977d80560e28f3d2aa2e9 Mon Sep 17 00:00:00 2001
From: Dennis Schubert <mail@dennis-schubert.de>
Date: Thu, 12 May 2016 02:18:43 +0200
Subject: [PATCH] Bump sidekiq

---
 Gemfile      | 2 +-
 Gemfile.lock | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Gemfile b/Gemfile
index 4771c3579f..f1751fb045 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,7 +33,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha"
 
 # Background processing
 
-gem "sidekiq", "4.1.0"
+gem "sidekiq", "4.1.2"
 gem "sinatra", "1.4.7"
 
 # Scheduled processing
diff --git a/Gemfile.lock b/Gemfile.lock
index 61ff5d26cf..34ee7dd4ca 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -133,7 +133,7 @@ GEM
       compass (~> 1.0.0)
       sass-rails (< 5.1)
       sprockets (< 2.13)
-    concurrent-ruby (1.0.0)
+    concurrent-ruby (1.0.2)
     configurate (0.3.1)
     connection_pool (2.2.0)
     crack (0.4.3)
@@ -716,7 +716,7 @@ GEM
       nokogiri (>= 1.4.1)
       trollop
     redcarpet (3.3.4)
-    redis (3.2.2)
+    redis (3.3.0)
     redis-namespace (1.5.2)
       redis (~> 3.0, >= 3.0.4)
     remotipart (1.2.1)
@@ -784,7 +784,7 @@ GEM
     shellany (0.0.1)
     shoulda-matchers (3.1.1)
       activesupport (>= 4.0.0)
-    sidekiq (4.1.0)
+    sidekiq (4.1.2)
       concurrent-ruby (~> 1.0)
       connection_pool (~> 2.2, >= 2.2.0)
       redis (~> 3.2, >= 3.2.1)
@@ -1028,7 +1028,7 @@ DEPENDENCIES
   sass-rails (= 5.0.4)
   selenium-webdriver (= 2.47.1)
   shoulda-matchers (= 3.1.1)
-  sidekiq (= 4.1.0)
+  sidekiq (= 4.1.2)
   sidekiq-cron (= 0.4.2)
   simple_captcha2 (= 0.4.0)
   simplecov (= 0.11.2)
-- 
GitLab