From f6c2df7c071f6dc254df6ed04df36c351943796c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 02:31:49 +0000 Subject: [PATCH] Bump sidekiq-cron from 1.12.0 to 2.1.0 Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.12.0 to 2.1.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.12.0...v2.1.0) --- 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 | 29 +++++++++++++++++------------ 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 0b4b04d..2679579 100644 --- a/Gemfile +++ b/Gemfile @@ -80,4 +80,4 @@ gem "sidekiq", "~> 7.3" gem "httparty", "~> 0.22.0" # Schedule jobs at specified times -gem "sidekiq-cron", "~> 1.12" +gem "sidekiq-cron", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0e9a8b7..c2210bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,16 +75,19 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bootsnap (1.18.4) msgpack (~> 1.2) brakeman (6.2.2) racc bson (5.0.1) builder (3.3.0) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) crass (1.0.6) + cronex (0.15.0) + tzinfo + unicode (>= 0.4.4.5) csv (3.3.0) database_cleaner-core (2.0.1) database_cleaner-mongoid (2.0.1) @@ -122,7 +125,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.14.1) @@ -135,7 +138,7 @@ GEM json-schema (5.0.1) addressable (~> 2.8) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.5) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -147,7 +150,7 @@ GEM marcel (1.0.4) mini_mime (1.1.5) minitar (0.12.1) - minitest (5.25.1) + minitest (5.25.4) mongo (2.21.0) bson (>= 4.14.1, < 6.0.0) mongoid (9.0.2) @@ -254,7 +257,7 @@ GEM psych (>= 4.0.0) redis (5.3.0) redis-client (>= 0.22.0) - redis-client (0.22.2) + redis-client (0.23.2) connection_pool regexp_parser (2.9.2) reline (0.5.10) @@ -322,16 +325,17 @@ GEM ruby-lsp (~> 0.20.1) ruby-progressbar (1.13.0) rubyzip (2.3.2) - securerandom (0.3.1) + securerandom (0.4.1) sidekiq (7.3.4) connection_pool (>= 2.3.0) logger rack (>= 2.2.4) redis-client (>= 0.22.2) - sidekiq-cron (1.12.0) - fugit (~> 1.8) + sidekiq-cron (2.1.0) + cronex (>= 0.13.0) + fugit (~> 1.8, >= 1.11.1) globalid (>= 1.0.1) - sidekiq (>= 6) + sidekiq (>= 6.5.0) sorbet-runtime (0.5.11615) stringio (3.1.1) thor (1.3.2) @@ -339,6 +343,7 @@ GEM timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + unicode (0.4.4.5) unicode-display_width (2.6.0) uri (0.13.1) useragent (0.16.10) @@ -380,7 +385,7 @@ DEPENDENCIES rubocop-rails-omakase ruby-lsp-rspec sidekiq (~> 7.3) - sidekiq-cron (~> 1.12) + sidekiq-cron (~> 2.1) timecop (~> 0.9.10) tzinfo-data