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..bf1d729 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM ffi (~> 1.15) ffi-compiler (~> 1.0) ast (2.4.3) - base64 (0.2.0) + base64 (0.3.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) @@ -269,7 +269,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.15) + rack (3.1.16) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -313,7 +313,7 @@ GEM psych (>= 4.0.0) redis (5.4.0) redis-client (>= 0.22.0) - redis-client (0.24.0) + redis-client (0.25.0) connection_pool regexp_parser (2.10.0) reline (0.6.1) @@ -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.5) + 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