From ab3d444391923597fb32fccb47ed42dda7aa2c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:19:26 +0000 Subject: [PATCH] Bump sidekiq from 6.0.4 to 6.2.1 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.4 to 6.2.1. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v6.0.4...v6.2.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 0c0674b..88d268b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "mini_magick", "~> 4.9", ">= 4.9.2" gem 'aws-sdk', '~> 3.0', '>= 3.0.1' # queues -gem "sidekiq", "~> 6.0", ">= 6.0.3" +gem "sidekiq", "~> 6.2" gem 'whenever', '~> 1.0', require: false # SEO diff --git a/Gemfile.lock b/Gemfile.lock index fd1db2c..00e8154 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1011,7 +1011,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.5) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) @@ -1147,9 +1147,7 @@ GEM public_suffix (4.0.2) puma (4.3.1) nio4r (~> 2.0) - rack (2.0.8) - rack-protection (2.0.8.1) - rack + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -1189,7 +1187,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.3) + redis (4.4.0) regexp_parser (1.6.0) request_store (1.5.0) rack (>= 1.4) @@ -1230,11 +1228,10 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sidekiq (6.0.4) + sidekiq (6.2.1) connection_pool (>= 2.2.2) - rack (>= 2.0.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + rack (~> 2.0) + redis (>= 4.2.0) simple_form (5.0.1) actionpack (>= 5.0) activemodel (>= 5.0) @@ -1330,7 +1327,7 @@ DEPENDENCIES rubocop-rails_config (~> 0.2) sass-rails (>= 6) selenium-webdriver - sidekiq (~> 6.0, >= 6.0.3) + sidekiq (~> 6.2) simple_form (~> 5.0, >= 5.0.1) sitemap_generator (~> 6.0, >= 6.0.1) spring