diff --git a/Gemfile b/Gemfile index e8cf7a65..d42ce0e9 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ end # only update the sidekiq gem when the available azure redis version is 7.x or above gem "sidekiq", "~> 6.5" # /!\ sidekiq version 7 has dropped support for redis version 6 which is the latest redis version on azure. -gem "sidekiq-cron", "~> 1.11" +gem "sidekiq-cron", "~> 1.12" gem "mail-notify", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 8cb0dd2e..28c679b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -456,7 +456,7 @@ GEM connection_pool (>= 2.2.5, < 3) rack (~> 2.0) redis (>= 4.5.0, < 5) - sidekiq-cron (1.11.0) + sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) sidekiq (>= 6) @@ -549,7 +549,7 @@ DEPENDENCIES sentry-rails (~> 5.15) shoulda-matchers (~> 5.0) sidekiq (~> 6.5) - sidekiq-cron (~> 1.11) + sidekiq-cron (~> 1.12) simplecov tzinfo-data uk_postcode