diff --git a/Gemfile b/Gemfile index 0b4b04d..8f008d1 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.0" diff --git a/Gemfile.lock b/Gemfile.lock index 0e9a8b7..94e5dc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,9 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) 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) @@ -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.3.2) 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.0.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.0) timecop (~> 0.9.10) tzinfo-data