From 09688fad44e21a05be4a9226abe3b8e2f4dc3266 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem <svbergerem@omgsrsly.net> Date: Thu, 2 Mar 2017 17:17:40 +0100 Subject: [PATCH] Bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e86bb52ff7..48b6470a26 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing -gem "sidekiq", "4.2.2" +gem "sidekiq", "4.2.9" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 9d99851e80..9610519150 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,9 +126,9 @@ GEM compass (~> 1.0.0) sass-rails (< 5.1) sprockets (< 2.13) - concurrent-ruby (1.0.2) + concurrent-ruby (1.0.5) configurate (0.3.1) - connection_pool (2.2.0) + connection_pool (2.2.1) coveralls (0.8.15) json (>= 1.8, < 3) simplecov (~> 0.12.0) @@ -597,7 +597,7 @@ GEM rb-inotify (0.9.7) ffi (>= 0.5.0) redcarpet (3.4.0) - redis (3.3.1) + redis (3.3.3) redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) remotipart (1.2.1) @@ -657,10 +657,10 @@ GEM shellany (0.0.1) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) - sidekiq (4.2.2) + sidekiq (4.2.9) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) - rack-protection (~> 1.5) + rack-protection (>= 1.5.0) redis (~> 3.2, >= 3.2.1) sidekiq-cron (0.4.4) redis-namespace (>= 1.5.2) @@ -900,7 +900,7 @@ DEPENDENCIES sass-rails (= 5.0.6) secure_headers (= 3.6.1) shoulda-matchers (= 3.1.1) - sidekiq (= 4.2.2) + sidekiq (= 4.2.9) sidekiq-cron (= 0.4.4) simple_captcha2 (= 0.4.0) simplecov (= 0.12.0) -- GitLab