diff --git a/Gemfile b/Gemfile index 34f467c..63449e8 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.1.0' gem 'sidekiq-failures', '~> 1.0.4' # Database diff --git a/Gemfile.lock b/Gemfile.lock index 571619c..8680dc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,8 +32,8 @@ GEM coderay (1.1.3) commander (5.0.0) highline (~> 3.0.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) csv (3.3.5) diff-lcs (1.6.2) drb (2.2.3) @@ -71,7 +71,7 @@ GEM multi_xml (>= 0.5.2) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.10.2) + json (2.18.0) language_server-protocol (3.17.0.4) lint_roller (1.1.0) listen (3.8.0) @@ -106,7 +106,7 @@ GEM puma (6.6.1) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.4) rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -122,7 +122,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.9.0) - redis-client (0.22.1) + redis-client (0.26.2) connection_pool regexp_parser (2.10.0) rspec (3.13.2) @@ -162,11 +162,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.1.0) + connection_pool (>= 3.0.0) + json (>= 2.16.0) + logger (>= 1.7.0) + rack (>= 3.2.0) + redis-client (>= 0.26.0) sidekiq-failures (1.0.4) sidekiq (>= 4.0.0) sinatra (4.2.1) @@ -217,7 +218,7 @@ DEPENDENCIES sentry-ruby sentry-sidekiq settingslogic (~> 2.0.9) - sidekiq (~> 7.1.4) + sidekiq (~> 8.1.0) sidekiq-failures (~> 1.0.4) sinatra (~> 4.2.1) sinatra-contrib (~> 4.2.1)