Skip to content

Commit

Permalink
Update sidekiq requirement from >= 6.4, < 7.0 to >= 6.4, < 8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sidekiq](https://github.com/sidekiq/sidekiq) to permit the latest version.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.1...v7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 15, 2023
1 parent 5637759 commit 94eb94c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
net-smtp
octokit (~> 4.16)
rails (~> 7.0.1)
sidekiq (>= 6.4, < 7.0)
sidekiq (>= 6.4, < 8.0)
sprockets-rails

GEM
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
rubocop (= 1.25.1)
coderay (1.1.3)
concurrent-ruby (1.2.0)
connection_pool (2.2.5)
connection_pool (2.4.1)
cookstyle (7.32.1)
rubocop (= 1.25.1)
crack (0.4.5)
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
method_source (~> 1.0)
public_suffix (5.0.0)
racc (1.6.2)
rack (2.2.6.3)
rack (2.2.7)
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.4.2)
Expand Down Expand Up @@ -184,7 +184,8 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
redis (4.6.0)
redis-client (0.14.1)
connection_pool
regexp_parser (2.5.0)
rexml (3.2.5)
rspec-core (3.11.0)
Expand Down Expand Up @@ -224,10 +225,11 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
sidekiq (6.5.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.1.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion src/supermarket/engines/fieri/fieri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
s.add_dependency "octokit", "~> 4.16" # 4.16+ fixes deprecations in auth
s.add_dependency "rails", "~> 7.0.1"
s.add_dependency "sidekiq", ">= 6.4", "< 7.0"
s.add_dependency "sidekiq", ">= 6.4", "< 8.0"
s.add_dependency "cookstyle", ">= 7.30"
s.add_dependency "net-smtp"
s.add_dependency "sprockets-rails"
Expand Down

0 comments on commit 94eb94c

Please sign in to comment.