Skip to content

Commit

Permalink
Bump sidekiq from 6.5.10 to 7.2.2 in /backend (#746)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.10 to 7.2.2.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.10...v7.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 9315fb7 commit 0cea3fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem "omniauth-facebook", "3.0.0"
gem "colored"

# Background jobs
gem "sidekiq", "~> 6.5"
gem "sidekiq", "~> 7.2"

# Structured seed data
gem "seedbank"
Expand Down
14 changes: 8 additions & 6 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.1.0)
redis (4.8.1)
redis-client (0.21.1)
connection_pool
regexp_parser (2.9.0)
request_store (1.5.0)
rack (>= 1.4)
Expand Down Expand Up @@ -397,10 +398,11 @@ GEM
rake (>= 10.0)
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
sidekiq (6.5.10)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.2.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -508,7 +510,7 @@ DEPENDENCIES
ruby-progressbar
seedbank
shoulda-matchers
sidekiq (~> 6.5)
sidekiq (~> 7.2)
simplecov
standardrb
symmetric-encryption
Expand Down

0 comments on commit 0cea3fc

Please # to comment.