Skip to content

Commit

Permalink
Bump sidekiq-cron from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.11.0 to 1.12.0.
- [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.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: sidekiq-cron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 394843a commit 803f694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end
# only update the sidekiq gem when the available azure redis version is 7.x or above
gem "sidekiq", "~> 6.5" # /!\ sidekiq version 7 has dropped support for redis version 6 which is the latest redis version on azure.

gem "sidekiq-cron", "~> 1.11"
gem "sidekiq-cron", "~> 1.12"

gem "mail-notify", "~> 1.2"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.11.0)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
Expand Down Expand Up @@ -549,7 +549,7 @@ DEPENDENCIES
sentry-rails (~> 5.15)
shoulda-matchers (~> 5.0)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.11)
sidekiq-cron (~> 1.12)
simplecov
tzinfo-data
uk_postcode
Expand Down

0 comments on commit 803f694

Please sign in to comment.