diff --git a/Gemfile b/Gemfile index 5f9b166..146a193 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem "cssbundling-rails" gem "clearance", "~> 2.6" # Background Jobs -gem "sidekiq", "~> 7.2" +gem "sidekiq", "~> 8.0" gem "redis", "~> 5.0" # Web Scraping diff --git a/Gemfile.lock b/Gemfile.lock index cadbe2a..052c8ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -378,12 +378,12 @@ GEM websocket (~> 1.0) shoulda-matchers (6.5.0) activesupport (>= 5.2.0) - sidekiq (7.3.9) - base64 - connection_pool (>= 2.3.0) - logger - rack (>= 2.2.4) - redis-client (>= 0.22.2) + sidekiq (8.0.3) + connection_pool (>= 2.5.0) + json (>= 2.9.0) + logger (>= 1.6.2) + rack (>= 3.1.0) + redis-client (>= 0.23.2) solid_cable (3.0.8) actioncable (>= 7.2) activejob (>= 7.2) @@ -483,7 +483,7 @@ DEPENDENCIES rubocop-rspec selenium-webdriver shoulda-matchers (~> 6.0) - sidekiq (~> 7.2) + sidekiq (~> 8.0) solid_cable solid_cache solid_queue