diff --git a/Gemfile b/Gemfile index de064c15..f2e5e4fc 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'bootsnap', '>= 1.1.0', require: false # gem 'unicorn' gem 'connection_pool', '< 3.0' -gem 'sidekiq', '~> 7.3' +gem 'sidekiq', '~> 8.0' gem 'sidekiq-cron' # Use Capistrano for deployment diff --git a/Gemfile.lock b/Gemfile.lock index 2e7b5db1..64c3e6d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,6 +154,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (8.0.0) railties (>= 3.2.16) + json (2.20.0) listen (3.10.0) logger rb-fsevent (~> 0.10, >= 0.10.3) @@ -270,7 +271,7 @@ GEM erb psych (>= 4.0.0) tsort - redis-client (0.29.0) + redis-client (0.30.0) connection_pool reline (0.6.3) io-console (~> 0.5) @@ -288,12 +289,12 @@ GEM sprockets-rails tilt securerandom (0.4.1) - sidekiq (7.3.10) - base64 - connection_pool (>= 2.3.0, < 3) - logger - rack (>= 2.2.4, < 3.3) - redis-client (>= 0.23.0, < 1) + sidekiq (8.0.10) + connection_pool (>= 2.5.0) + json (>= 2.9.0) + logger (>= 1.6.2) + rack (>= 3.1.0) + redis-client (>= 0.23.2) sidekiq-cron (2.4.0) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1) @@ -364,7 +365,7 @@ DEPENDENCIES rails-i18n responders sass-rails (>= 6) - sidekiq (~> 7.3) + sidekiq (~> 8.0) sidekiq-cron spring turbolinks (~> 5)