From 85b80045e3c89801737f7722cd5a43e10a7939f8 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 04:12:18 +0000 Subject: [PATCH] Update sidekiq to version 7.1.4 --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 47fec0c..f8b21a8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'puma', '~> 5.5' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 4.2.5' # Simple, efficient background processing for Ruby. -gem 'sidekiq', '~> 6.2.1' +gem 'sidekiq', '~> 7.1.4' # Enables to set jobs to be run in specified time (using CRON notation) gem 'sidekiq-cron', '~> 1.2.0' # Reduces boot times through caching; required in config/boot.rb diff --git a/Gemfile.lock b/Gemfile.lock index f9e15e5..50a3eb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.1.9) - connection_pool (2.2.5) + connection_pool (2.4.1) crass (1.0.6) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -147,7 +147,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.8) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.1.0) @@ -184,6 +184,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.2.5) + redis-client (0.17.0) + connection_pool reek (6.0.3) kwalify (~> 0.7.0) parser (~> 3.0.0) @@ -222,10 +224,11 @@ GEM sexp_processor (4.15.2) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.2.1) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.1.4) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) @@ -282,7 +285,7 @@ DEPENDENCIES rspec-rails (~> 4.0.1) rubycritic (~> 4.6.0) shoulda-matchers (~> 4.5.1) - sidekiq (~> 6.2.1) + sidekiq (~> 7.1.4) sidekiq-cron (~> 1.2.0) spring spring-watcher-listen (~> 2.0.0)