Skip to content

Commit

Permalink
Bump sidekiq from 6.4.1 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.1 to 7.1.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.4.1...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 5, 2023
1 parent 261db0e commit a7030b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ end

group :production do
gem "figaro", "~> 1.2"
gem "sidekiq", "< 7"
gem "sidekiq", "< 8"
gem "whenever", "~> 1.0"
end
15 changes: 9 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ GEM
puma (5.5.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.8)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -701,6 +701,8 @@ GEM
wisper (>= 1.6.1)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -784,10 +786,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.1.5)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.19.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -912,7 +915,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 a7030b8

Please sign in to comment.