Skip to content

Commit e46bbbd

Browse files
Bump sidekiq-cron from 1.12.0 to 2.3.1
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.12.0 to 2.3.1. - [Release notes](https://github.com/ondrejbartas/sidekiq-cron/releases) - [Changelog](https://github.com/sidekiq-cron/sidekiq-cron/blob/master/CHANGELOG.md) - [Commits](sidekiq-cron/sidekiq-cron@v1.12.0...v2.3.1) --- 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] <support@github.com>
1 parent 21b0adc commit e46bbbd

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ gem "iso_country_codes"
8181

8282
gem "pagy", "~> 5.10"
8383
gem "sidekiq", "~> 6.5"
84-
gem "sidekiq-cron", "~> 1.7"
84+
gem "sidekiq-cron", "~> 2.3"
8585
gem "geocoder", "~> 1.8"

Gemfile.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
bcrypt (3.1.20)
8080
bcrypt_pbkdf (1.1.1)
8181
benchmark (0.4.1)
82-
bigdecimal (3.2.3)
82+
bigdecimal (3.3.1)
8383
bindex (0.8.1)
8484
bootsnap (1.18.6)
8585
msgpack (~> 1.2)
@@ -100,6 +100,9 @@ GEM
100100
concurrent-ruby (1.3.5)
101101
connection_pool (2.5.4)
102102
crass (1.0.6)
103+
cronex (0.15.0)
104+
tzinfo
105+
unicode (>= 0.4.4.5)
103106
css_parser (1.21.1)
104107
addressable
105108
cssbundling-rails (1.4.3)
@@ -199,7 +202,7 @@ GEM
199202
mini_magick (5.3.1)
200203
logger
201204
mini_mime (1.1.5)
202-
minitest (5.25.5)
205+
minitest (5.26.0)
203206
msgpack (1.8.0)
204207
net-imap (0.5.11)
205208
date
@@ -363,10 +366,11 @@ GEM
363366
connection_pool (>= 2.2.5, < 3)
364367
rack (~> 2.0)
365368
redis (>= 4.5.0, < 5)
366-
sidekiq-cron (1.12.0)
367-
fugit (~> 1.8)
369+
sidekiq-cron (2.3.1)
370+
cronex (>= 0.13.0)
371+
fugit (~> 1.8, >= 1.11.1)
368372
globalid (>= 1.0.1)
369-
sidekiq (>= 6)
373+
sidekiq (>= 6.5.0)
370374
sshkit (1.24.0)
371375
base64
372376
logger
@@ -388,10 +392,11 @@ GEM
388392
railties (>= 7.1.0)
389393
tzinfo (2.0.6)
390394
concurrent-ruby (~> 1.0)
395+
unicode (0.4.4.5)
391396
unicode-display_width (3.2.0)
392397
unicode-emoji (~> 4.1)
393398
unicode-emoji (4.1.0)
394-
uri (1.0.3)
399+
uri (1.0.4)
395400
useragent (0.16.11)
396401
warden (1.2.9)
397402
rack (>= 2.0.9)
@@ -447,7 +452,7 @@ DEPENDENCIES
447452
rubocop-rails-omakase
448453
selenium-webdriver
449454
sidekiq (~> 6.5)
450-
sidekiq-cron (~> 1.7)
455+
sidekiq-cron (~> 2.3)
451456
stimulus-rails
452457
thruster
453458
turbo-rails

0 commit comments

Comments
 (0)