From 3387868dd9841cfffdae875d3296cf0aae36dc2b Mon Sep 17 00:00:00 2001 From: blah Date: Wed, 14 Feb 2024 10:58:36 +0000 Subject: [PATCH] Update dependency sidekiq-unique-jobs to 7.1.33 --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 70be6058a..fd708aca6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -612,10 +612,11 @@ GEM rufus-scheduler (~> 3.2) sidekiq (>= 4) tilt (>= 1.4.0) - sidekiq-unique-jobs (7.1.22) + sidekiq-unique-jobs (7.1.33) brpoplpush-redis_script (> 0.1.1, <= 2.0.0) concurrent-ruby (~> 1.0, >= 1.0.5) - sidekiq (>= 5.0, < 8.0) + redis (< 5.0) + sidekiq (>= 5.0, < 7.0) thor (>= 0.20, < 3.0) simple-navigation (4.3.0) activesupport (>= 2.3.2)