diff --git a/Gemfile b/Gemfile index 96c4b81..d6b50d8 100644 --- a/Gemfile +++ b/Gemfile @@ -48,6 +48,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 0bc8e32..c376940 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -727,6 +727,8 @@ GEM ffi (~> 1.0) redcarpet (3.6.0) redis (4.8.1) + redis-client (0.18.0) + connection_pool regexp_parser (2.8.1) request_store (1.5.1) rack (>= 1.4) @@ -815,10 +817,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.2.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -947,7 +950,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)