Skip to content

Commit

Permalink
Bump sidekiq from 6.4.1 to 7.0.8 (#50)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.1 to 7.0.8.
- [Release notes](https://github.com/sidekiq/sidekiq/releases)
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.4.1...v7.0.8)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 6ba653b commit e228bde
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
connection_pool (2.4.0)
crass (1.0.6)
debug_inspector (1.1.0)
erubi (1.10.0)
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.6.3)
rack (2.2.6.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.6.2)
Expand Down Expand Up @@ -108,14 +108,16 @@ GEM
rake (13.0.6)
record_tag_helper (1.0.1)
actionview (>= 5)
redis (4.6.0)
redis (4.8.1)
redis-actionpack (5.3.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.14.1)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
Expand All @@ -125,10 +127,11 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.9.1)
redis (>= 4, < 5)
sidekiq (6.4.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.0.8)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down

0 comments on commit e228bde

Please sign in to comment.