Skip to content

Commit

Permalink
Bump sidekiq-cron from 1.12.0 to 2.0.1 (#3320)
Browse files Browse the repository at this point in the history
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](sidekiq-cron/sidekiq-cron@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 8480175 commit 3998601
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ GEM
bigdecimal
rexml
crass (1.0.6)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
csv (3.3.0)
cucumber (9.2.0)
builder (~> 3.2)
Expand Down Expand Up @@ -371,7 +374,7 @@ GEM
actionpack (>= 6.0.0, < 8.1)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.2)
msgpack (1.7.2)
multi_json (1.15.0)
multi_test (1.1.0)
Expand Down Expand Up @@ -613,10 +616,11 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
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)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
Expand Down Expand Up @@ -650,6 +654,7 @@ GEM
concurrent-ruby (~> 1.0)
uber (0.1.0)
uk_postcode (2.1.8)
unicode (0.4.4.5)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
validate_email (0.1.6)
Expand Down

0 comments on commit 3998601

Please sign in to comment.