diff --git a/Gemfile b/Gemfile index 2b2497b..cac798e 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sinatra', '~> 4.1.1' gem 'sinatra-contrib', '~> 4.1.1' # Background Job Service -gem 'sidekiq', '~> 7.1.4' +gem 'sidekiq', '~> 8.0.6' gem 'sidekiq-failures', '~> 1.0.4' # Database diff --git a/Gemfile.lock b/Gemfile.lock index cdf0201..c9ad996 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.9.0) - redis-client (0.22.1) + redis-client (0.25.1) connection_pool regexp_parser (2.10.0) rspec (3.13.0) @@ -160,11 +160,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.6) + 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.1.1) @@ -214,7 +215,7 @@ DEPENDENCIES sentry-ruby sentry-sidekiq settingslogic (~> 2.0.9) - sidekiq (~> 7.1.4) + sidekiq (~> 8.0.6) sidekiq-failures (~> 1.0.4) sinatra (~> 4.1.1) sinatra-contrib (~> 4.1.1)