diff --git a/Gemfile b/Gemfile index 34f467c..dbc4e72 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'sinatra', '~> 4.2.1' gem 'sinatra-contrib', '~> 4.2.1' # Background Job Service -gem 'sidekiq', '~> 7.1.4' +gem 'sidekiq', '~> 8.0.8' gem 'sidekiq-failures', '~> 1.0.4' # Database diff --git a/Gemfile.lock b/Gemfile.lock index e5e4034..de9b358 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.9.0) - redis-client (0.22.1) + redis-client (0.26.1) connection_pool regexp_parser (2.10.0) rspec (3.13.0) @@ -159,11 +159,12 @@ GEM sidekiq (>= 3.0) settingslogic (2.0.9) shellany (0.0.1) - sidekiq (7.1.4) - concurrent-ruby (< 2) - connection_pool (>= 2.3.0) - rack (>= 2.2.4) - redis-client (>= 0.14.0) + sidekiq (8.0.8) + connection_pool (>= 2.5.0) + json (>= 2.9.0) + logger (>= 1.6.2) + rack (>= 3.1.0) + redis-client (>= 0.23.2) sidekiq-failures (1.0.4) sidekiq (>= 4.0.0) sinatra (4.2.1) @@ -214,7 +215,7 @@ DEPENDENCIES sentry-ruby sentry-sidekiq settingslogic (~> 2.0.9) - sidekiq (~> 7.1.4) + sidekiq (~> 8.0.8) sidekiq-failures (~> 1.0.4) sinatra (~> 4.2.1) sinatra-contrib (~> 4.2.1)