Skip to content

Commit

Permalink
Bump sidekiq-scheduler and sidekiq
Browse files Browse the repository at this point in the history
Bumps [sidekiq-scheduler](https://github.com/moove-it/sidekiq-scheduler) and [sidekiq](https://github.com/sidekiq/sidekiq). These dependencies needed to be updated together.

Updates `sidekiq-scheduler` from 5.0.1 to 5.0.3
- [Release notes](https://github.com/moove-it/sidekiq-scheduler/releases)
- [Changelog](https://github.com/sidekiq-scheduler/sidekiq-scheduler/blob/master/CHANGELOG.md)
- [Commits](sidekiq-scheduler/sidekiq-scheduler@v5.0.1...v5.0.3)

Updates `sidekiq` from 5.2.10 to 7.2.2
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v5.2.10...v7.2.2)

---
updated-dependencies:
- dependency-name: sidekiq-scheduler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 530adba commit dc5f9de
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ GEM
multi_json
encryptor (3.0.0)
erubi (1.12.0)
et-orbi (1.2.7)
et-orbi (1.2.11)
tzinfo
ethon (0.16.0)
ffi (>= 1.15.0)
Expand Down Expand Up @@ -250,7 +250,7 @@ GEM
friendly_id (5.5.0)
activerecord (>= 4.0.0)
fspath (3.1.2)
fugit (1.8.1)
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
fx (0.8.0)
Expand Down Expand Up @@ -564,6 +564,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.5.1)
redis-client (0.22.1)
connection_pool
regexp_parser (2.9.0)
representable (3.0.4)
declarative (< 0.1.0)
Expand Down Expand Up @@ -675,16 +677,16 @@ GEM
shrine-blurhash (0.1.0)
blurhash (~> 0.1.4)
shrine (~> 3.0)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (~> 4.5, < 4.6.0)
sidekiq (7.2.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
sidekiq-debounce (1.1.0)
sidekiq (>= 2.17)
sidekiq-scheduler (5.0.1)
sidekiq-scheduler (5.0.3)
rufus-scheduler (~> 3.2)
sidekiq (>= 4, < 8)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
signet (0.14.1)
addressable (~> 2.3)
Expand Down Expand Up @@ -725,7 +727,7 @@ GEM
jwt (~> 2.1, >= 2.1.0)
stripe (5.55.0)
thor (1.3.1)
tilt (2.2.0)
tilt (2.3.0)
timecop (0.9.8)
timeout (0.4.0)
turbo-rails (1.4.0)
Expand Down

0 comments on commit dc5f9de

Please sign in to comment.