From 06e39c50f01166c6ecf5938b9abb17329d0cccf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:01:20 +0000 Subject: [PATCH] Bump sidekiq-cron from 1.12.0 to 2.0.1 Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.12.0 to 2.0.1. - [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.12.0...v2.0.1) --- updated-dependencies: - dependency-name: sidekiq-cron dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c6fd96486..4a1cc6613 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'pundit', '2.4.0' # Background tasks gem 'sidekiq', '~> 7.3' -gem 'sidekiq-cron', '~> 1.12' +gem 'sidekiq-cron', '~> 2.0' gem 'sidekiq-unique-jobs', '~> 8.0' # Misc Utilities diff --git a/Gemfile.lock b/Gemfile.lock index ea3faaf90..5ec5cf1c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,6 +175,9 @@ GEM bigdecimal rexml crass (1.0.6) + cronex (0.15.0) + tzinfo + unicode (>= 0.4.4.5) cssbundling-rails (1.4.1) railties (>= 6.0.0) danger (9.5.1) @@ -543,10 +546,11 @@ GEM logger rack (>= 2.2.4) redis-client (>= 0.22.2) - sidekiq-cron (1.12.0) - fugit (~> 1.8) + sidekiq-cron (2.0.1) + cronex (>= 0.13.0) + fugit (~> 1.8, >= 1.11.1) globalid (>= 1.0.1) - sidekiq (>= 6) + sidekiq (>= 6.5.0) sidekiq-unique-jobs (8.0.10) concurrent-ruby (~> 1.0, >= 1.0.5) sidekiq (>= 7.0.0, < 8.0.0) @@ -599,6 +603,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) + unicode (0.4.4.5) unicode-display_width (2.6.0) unicode-types (1.8.0) uri (0.13.1) @@ -691,7 +696,7 @@ DEPENDENCIES selenium-webdriver shoulda-matchers (~> 6.4) sidekiq (~> 7.3) - sidekiq-cron (~> 1.12) + sidekiq-cron (~> 2.0) sidekiq-unique-jobs (~> 8.0) simple_form simplecov