diff --git a/src/supermarket/Gemfile b/src/supermarket/Gemfile index fea982491..bb3b785f3 100644 --- a/src/supermarket/Gemfile +++ b/src/supermarket/Gemfile @@ -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" diff --git a/src/supermarket/Gemfile.lock b/src/supermarket/Gemfile.lock index 8121e7204..b72d40784 100644 --- a/src/supermarket/Gemfile.lock +++ b/src/supermarket/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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) @@ -596,7 +597,7 @@ 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) @@ -604,6 +605,8 @@ GEM 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) @@ -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) @@ -897,7 +902,7 @@ DEPENDENCIES sass-rails sentry-raven shoulda-matchers - sidekiq (~> 6.5) + sidekiq (~> 7.3) sidekiq-cron simplecov sitemap_generator diff --git a/src/supermarket/engines/fieri/fieri.gemspec b/src/supermarket/engines/fieri/fieri.gemspec index 3ce729250..929181a69 100644 --- a/src/supermarket/engines/fieri/fieri.gemspec +++ b/src/supermarket/engines/fieri/fieri.gemspec @@ -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"