From 803f6945dce7125a8b3302488bc441b323855b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:46:24 +0000 Subject: [PATCH] Bump sidekiq-cron from 1.11.0 to 1.12.0 Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/ondrejbartas/sidekiq-cron/releases) - [Changelog](https://github.com/sidekiq-cron/sidekiq-cron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ondrejbartas/sidekiq-cron/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: sidekiq-cron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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