Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sidekiq from 6.5.7 to 7.1.6 in /src/supermarket #3175

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1"
gem "sidekiq-cron"

gem "aws-sdk-s3"
Expand Down
21 changes: 12 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 @@ -190,7 +190,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 @@ -540,7 +540,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.3)
rack (2.2.8)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
Expand Down Expand Up @@ -583,14 +583,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.17.0)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
Expand Down Expand Up @@ -670,10 +672,11 @@ 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.1.6)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.7.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -871,7 +874,7 @@ DEPENDENCIES
sass-rails
sentry-raven
shoulda-matchers
sidekiq (~> 6.5)
sidekiq (~> 7.1)
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
Loading