Skip to content

Commit

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

---
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 Nov 1, 2023
1 parent 2ae32c4 commit 3e421a5
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 @@ -48,6 +48,6 @@ end

group :production do
gem "figaro", "~> 1.2"
gem "sidekiq", "< 7"
gem "sidekiq", "< 8"
gem "whenever", "~> 1.0"
end
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ GEM
ffi (~> 1.0)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.1)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -815,10 +817,11 @@ GEM
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
seven_zip_ruby (1.3.0)
sidekiq (6.5.9)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -947,7 +950,7 @@ DEPENDENCIES
listen (~> 3.1)
puma (>= 5.0.0)
rubocop-faker (~> 1.0)
sidekiq (< 7)
sidekiq (< 8)
spring (~> 2.0)
spring-watcher-listen (~> 2.0)
web-console (~> 4.0)
Expand Down

0 comments on commit 3e421a5

Please sign in to comment.