Skip to content

Commit

Permalink
build(deps): bump sidekiq from 6.5.9 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 7.1.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.9...v7.1.5)

---
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 Oct 3, 2023
1 parent 4fc0883 commit bad235c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem "redis-namespace"
gem "redis-rails"
gem "rollbar"
gem "scenic"
gem "sidekiq", "~> 6.4"
gem "sidekiq", "~> 7.1"
gem "sidekiq-cron", "~> 1.10"
gem "simple_xlsx_reader"
gem "slack-notifier"
Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ GEM
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.17.0)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
redis-rack (2.1.4)
Expand Down Expand Up @@ -571,10 +573,11 @@ GEM
concurrent-ruby (~> 1.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.9)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.5)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.10.1)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -737,7 +740,7 @@ DEPENDENCIES
scenic
selenium-webdriver
shoulda-matchers
sidekiq (~> 6.4)
sidekiq (~> 7.1)
sidekiq-cron (~> 1.10)
simple_xlsx_reader
simplecov
Expand Down

0 comments on commit bad235c

Please sign in to comment.