Skip to content

Commit

Permalink
Bump sidekiq-cron from 1.12.0 to 2.0.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 707b7e7 commit 06e39c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'pundit', '2.4.0'

# Background tasks
gem 'sidekiq', '~> 7.3'
gem 'sidekiq-cron', '~> 1.12'
gem 'sidekiq-cron', '~> 2.0'
gem 'sidekiq-unique-jobs', '~> 8.0'

# Misc Utilities
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ GEM
bigdecimal
rexml
crass (1.0.6)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
danger (9.5.1)
Expand Down Expand Up @@ -543,10 +546,11 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
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)
sidekiq-unique-jobs (8.0.10)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 7.0.0, < 8.0.0)
Expand Down Expand Up @@ -599,6 +603,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode (0.4.4.5)
unicode-display_width (2.6.0)
unicode-types (1.8.0)
uri (0.13.1)
Expand Down Expand Up @@ -691,7 +696,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-matchers (~> 6.4)
sidekiq (~> 7.3)
sidekiq-cron (~> 1.12)
sidekiq-cron (~> 2.0)
sidekiq-unique-jobs (~> 8.0)
simple_form
simplecov
Expand Down

0 comments on commit 06e39c5

Please sign in to comment.