From 8440ac51196e345da2150ee94b6b9a224750a655 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 3 May 2023 15:13:34 +0100 Subject: [PATCH] update sidekiq --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5322a25b2..905abc85b 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem "possessive" # Strip whitespace from active record attributes gem "auto_strip_attributes" # Use sidekiq for background processing -gem "sidekiq" +gem "sidekiq" ">= 7.0.8" gem "sidekiq-cron" group :development, :test do