From a89ad996174782193a550a3f9f419ad8b33bd794 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 21 Jul 2017 03:14:38 +0200 Subject: [PATCH] Bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 30a2053b5..115d71101 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha" # Background processing -gem "sidekiq", "4.2.9" +gem "sidekiq", "4.2.10" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 31b727537..33c4ba39c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -480,7 +480,7 @@ GEM multi_json (>= 1.3.6) rack (>= 1.1) rack-piwik (0.3.0) - rack-protection (1.5.3) + rack-protection (2.0.0) rack rack-rewrite (1.5.1) rack-ssl (1.4.1) @@ -632,7 +632,7 @@ GEM shellany (0.0.1) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) - sidekiq (4.2.9) + sidekiq (4.2.10) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) @@ -873,7 +873,7 @@ DEPENDENCIES sass-rails (= 5.0.6) secure_headers (= 3.6.1) shoulda-matchers (= 3.1.1) - sidekiq (= 4.2.9) + sidekiq (= 4.2.10) sidekiq-cron (= 0.4.5) simple_captcha2 (= 0.4.3) simplecov (= 0.12.0)