diff --git a/Gemfile b/Gemfile index 0349ffd..804a797 100644 --- a/Gemfile +++ b/Gemfile @@ -67,4 +67,4 @@ group :test do gem "selenium-webdriver" end -gem "sidekiq", "~> 7.3" +gem "sidekiq", "~> 8.0" diff --git a/Gemfile.lock b/Gemfile.lock index fa96d1d..4f68b4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) - base64 (0.2.0) + base64 (0.3.0) bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-x86-mingw32) benchmark (0.4.0) @@ -96,7 +96,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) crass (1.0.6) date (3.4.1) debug (1.10.0) @@ -142,7 +142,7 @@ GEM zeitwerk (>= 2.6.18, < 3.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -200,7 +200,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.10) + rack (3.1.16) rack-session (2.1.0) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -241,7 +241,7 @@ GEM rake (13.2.1) rdoc (6.12.0) psych (>= 4.0.0) - redis-client (0.23.2) + redis-client (0.25.1) connection_pool regexp_parser (2.10.0) reline (0.6.0) @@ -305,12 +305,12 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (7.3.9) - base64 - connection_pool (>= 2.3.0) - logger - rack (>= 2.2.4) - redis-client (>= 0.22.2) + sidekiq (8.0.6) + 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.7) actioncable (>= 7.2) activejob (>= 7.2) @@ -389,7 +389,7 @@ DEPENDENCIES rspec-rails rubocop-rails-omakase selenium-webdriver - sidekiq (~> 7.3) + sidekiq (~> 8.0) solid_cable solid_cache solid_queue