Skip to content

Commit

Permalink
Bump sidekiq from 6.5.5 to 7.3.2
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.5 to 7.3.2.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.5...v7.3.2)

---
updated-dependencies:
- 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 Sep 6, 2024
1 parent 8a844ab commit 66eb6a2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.3)
connection_pool (2.4.0)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.2.6)
d3-rails (5.9.2)
Expand Down Expand Up @@ -1433,6 +1433,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -1573,7 +1574,7 @@ GEM
redcarpet (3.6.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
redis-client (0.22.2)
connection_pool
responders (3.1.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -1609,10 +1610,12 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand Down

0 comments on commit 66eb6a2

Please sign in to comment.