Skip to content

Commit

Permalink
Bump sidekiq-cron from 1.10.1 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.10.1 to 1.11.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.10.1...v1.11.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 Nov 6, 2023
1 parent 4eae332 commit 5d1e838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'pundit', '2.3.1'

# Background tasks
gem 'sidekiq', '~> 7.2'
gem 'sidekiq-cron', '~> 1.10'
gem 'sidekiq-cron', '~> 1.11'
gem 'sidekiq-unique-jobs', '~> 8.0'

# Misc Utilities
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ GEM
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, <= 4.0.0)
sanitize (< 7)
fugit (1.8.1)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
gems (1.2.0)
Expand Down Expand Up @@ -533,7 +533,7 @@ GEM
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.10.1)
sidekiq-cron (1.11.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
Expand Down Expand Up @@ -686,7 +686,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-matchers (~> 5.3)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.10)
sidekiq-cron (~> 1.11)
sidekiq-unique-jobs (~> 8.0)
simple_form
simplecov
Expand Down

0 comments on commit 5d1e838

Please sign in to comment.