diff --git a/Gemfile b/Gemfile index 0dec089..c909f03 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,6 @@ end group :production do gem "figaro", "~> 1.2" - gem "sidekiq", "< 7" + gem "sidekiq", "< 8" gem "whenever", "~> 1.0" end diff --git a/Gemfile.lock b/Gemfile.lock index fcb3f60..e51b896 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -640,7 +640,7 @@ GEM puma (5.5.2) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.8) rack-attack (6.6.1) rack (>= 1.0, < 3) rack-cors (1.1.1) @@ -701,6 +701,8 @@ GEM wisper (>= 1.6.1) redcarpet (3.6.0) redis (4.8.1) + redis-client (0.17.0) + connection_pool regexp_parser (2.8.1) request_store (1.5.1) rack (>= 1.4) @@ -784,10 +786,11 @@ GEM rubyzip (>= 1.2.2) semantic_range (3.0.0) seven_zip_ruby (1.3.0) - sidekiq (6.5.9) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.1.5) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simplecov (0.19.1) docile (~> 1.1) simplecov-html (~> 0.11) @@ -912,7 +915,7 @@ DEPENDENCIES listen (~> 3.1) puma (>= 5.0.0) rubocop-faker (~> 1.0) - sidekiq (< 7) + sidekiq (< 8) spring (~> 2.0) spring-watcher-listen (~> 2.0) web-console (~> 4.0)