Skip to content

Commit

Permalink
Bump sidekiq from 6.5.5 to 7.3.7
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.7.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.5...v7.3.7)

---
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 Jan 1, 2025
1 parent f944610 commit 14bf121
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ gem "google-api-client", ">= 0.53.0", require: false
gem "net-smtp", ">= 0.3.3", require: false
gem "rack-page_caching", github: "pkorenev/rack-page_caching", ref: "9ca404f"

gem "sidekiq", "~> 6.5.0"
gem "sidekiq", "~> 7.3.7"
gem "sidekiq-cron"

# Fix CVE errors
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ GEM
ffi (~> 1.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
redis-client (0.23.0)
connection_pool
redis-session-store (0.11.5)
actionpack (>= 6, < 8)
Expand Down Expand Up @@ -578,10 +578,11 @@ GEM
semantic_range (>= 2.3.0)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0)
sidekiq (7.3.7)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -717,7 +718,7 @@ DEPENDENCIES
sentry-ruby (~> 5.21.0)
shakapacker (= 8.0.2)
shoulda-matchers
sidekiq (~> 6.5.0)
sidekiq (~> 7.3.7)
sidekiq-cron
simplecov
skylight (~> 6.0.4)
Expand Down

0 comments on commit 14bf121

Please sign in to comment.