Skip to content

Commit

Permalink
Bump sidekiq from 7.2.0 to 7.3.6
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.0 to 7.3.6.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.0...v7.3.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0b691cc commit 5d98c34
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
console (1.16.2)
fiber-local
Expand Down Expand Up @@ -163,6 +163,7 @@ GEM
reline (>= 0.4.2)
json (2.6.3)
jwt (1.5.6)
logger (1.6.1)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -218,7 +219,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
rack (2.2.9)
rack (2.2.10)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -253,7 +254,7 @@ GEM
rake (13.0.6)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis-client (0.19.1)
redis-client (0.22.2)
connection_pool
regexp_parser (2.7.0)
reline (0.4.2)
Expand Down Expand Up @@ -302,11 +303,11 @@ GEM
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sidekiq (7.2.0)
concurrent-ruby (< 2)
sidekiq (7.3.6)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.22.2)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down

0 comments on commit 5d98c34

Please sign in to comment.