From c8fba1ffad65942e8f1c579ea76898af95de4025 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 6 Nov 2021 01:52:55 +0100 Subject: [PATCH] Bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c42e81bb1..9c6e0b3a4 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha" # Background processing gem "redis", "4.5.1" -gem "sidekiq", "6.2.1" +gem "sidekiq", "6.2.2" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 8b7f5835b..a5f7d718b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -683,7 +683,7 @@ GEM secure_headers (6.3.3) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.2.1) + sidekiq (6.2.2) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -911,7 +911,7 @@ DEPENDENCIES sass-rails (= 5.0.7) secure_headers (= 6.3.3) shoulda-matchers (= 4.5.1) - sidekiq (= 6.2.1) + sidekiq (= 6.2.2) sidekiq-cron (= 1.2.0) simple_captcha2 (= 0.5.0) simplecov (= 0.21.2)