From 2167f6130bfc70f2524ec5f9c1e89a3393c7d193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:25:28 +0000 Subject: [PATCH] Bump sidekiq-cron from 1.9.1 to 2.4.0 Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.9.1 to 2.4.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.9.1...v2.4.0) --- updated-dependencies: - dependency-name: sidekiq-cron dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d0598fb1a..0ca6b14be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,6 +141,9 @@ GEM crack (0.4.5) rexml crass (1.0.6) + cronex (0.15.0) + tzinfo + unicode (>= 0.4.4.5) csv (3.3.5) dalli (3.2.3) database_cleaner (2.1.0) @@ -169,7 +172,7 @@ GEM drb (2.2.3) erb (6.0.4) erubi (1.13.1) - et-orbi (1.2.7) + et-orbi (1.4.0) tzinfo factory_bot (6.5.6) activesupport (>= 6.1.0) @@ -221,8 +224,8 @@ GEM rack-session (>= 1.0.2, < 3.0.0) sanitize (< 8) formatador (1.1.0) - fugit (1.8.1) - et-orbi (~> 1, >= 1.2.7) + fugit (1.12.2) + et-orbi (~> 1.4) raabro (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) @@ -503,17 +506,18 @@ GEM scientist (1.6.5) securerandom (0.4.1) shellany (0.0.1) - sidekiq (6.0.7) - connection_pool (>= 2.2.2) + sidekiq (6.5.12) + connection_pool (>= 2.2.5, < 3) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + redis (>= 4.5.0, < 5) sidekiq-congestion (0.1.1) congestion (~> 0.1) sidekiq (>= 3.0) - sidekiq-cron (1.9.1) - fugit (~> 1.8) - sidekiq (>= 4.2.1) + sidekiq-cron (2.4.0) + cronex (>= 0.13.0) + fugit (~> 1.8, >= 1.11.1) + globalid (>= 1.0.1) + sidekiq (>= 6.5.0) sidekiq-grouping (1.3.0) activesupport concurrent-ruby @@ -554,6 +558,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) + unicode (0.4.4.5) unicode-display_width (1.8.0) useragent (0.16.11) versionist (2.0.1)