Skip to content

Commit

Permalink
Bump sidekiq from 6.5.7 to 7.3.2 in /src/supermarket
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.7 to 7.3.2.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.7...v7.3.2)

---
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] committed Sep 5, 2024
1 parent d5395bd commit c671636
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "omniauth-oauth2", "~> 1.7.3"
gem "omniauth-rails_csrf_protection"
gem "coderay" # markdown doc - syntax highlighting

gem "sidekiq", "~> 6.5"
gem "sidekiq", "~> 7.3"
gem "sidekiq-cron"

gem "aws-sdk-s3"
Expand Down
23 changes: 14 additions & 9 deletions src/supermarket/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 @@ -195,7 +195,7 @@ GEM
compass-rails (2.0.1)
compass (~> 1.0.0)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.1)
cookstyle (7.32.1)
rubocop (= 1.25.1)
corefoundation (0.3.13)
Expand Down Expand Up @@ -418,6 +418,7 @@ GEM
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
logging (2.4.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
Expand Down Expand Up @@ -553,7 +554,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.3)
rack (2.2.9)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
Expand Down Expand Up @@ -596,14 +597,16 @@ GEM
ffi (~> 1.0)
rb-readline (0.5.5)
redcarpet (3.5.1)
redis (4.8.0)
redis (4.8.1)
redis-actionpack (5.3.0)
actionpack (>= 5, < 8)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.22.2)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
Expand Down Expand Up @@ -689,10 +692,12 @@ GEM
shellany (0.0.1)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.7)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (1.7.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -897,7 +902,7 @@ DEPENDENCIES
sass-rails
sentry-raven
shoulda-matchers
sidekiq (~> 6.5)
sidekiq (~> 7.3)
sidekiq-cron
simplecov
sitemap_generator
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 c671636

Please sign in to comment.