From fdc7ac5628b06c86dd345d379a5cba1e5c8144dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:16:36 +0000 Subject: [PATCH] build(deps): bump sidekiq from 6.1.3 to 6.2.1 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.3 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.1.3...v6.2.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a1cf2a6b..c2964b19 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'prawn', '~> 2.4.0' gem 'prawn-table', '~> 0.2.2' gem 'pg_search', '~> 2.3.5' gem 'skylight', '~> 5.0' -gem 'sidekiq', '~> 6.1.2' +gem 'sidekiq', '~> 6.2.1' gem 'sidekiq-cron', '~> 1.2.0' gem 'aws-sdk-s3', '~> 1.94', require: false gem 'image_processing', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 88bfe976..8c192111 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rdiscount (2.2.0.2) - redis (4.2.5) + redis (4.4.0) regexp_parser (2.1.1) responders (3.0.1) actionpack (>= 5.0) @@ -363,7 +363,7 @@ GEM rubyzip (>= 1.2.2) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.1.3) + sidekiq (6.2.1) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -468,7 +468,7 @@ DEPENDENCIES select2-rails (~> 4.0.13) selenium-webdriver (~> 3.142) shoulda-matchers (~> 4.4) - sidekiq (~> 6.1.2) + sidekiq (~> 6.2.1) sidekiq-cron (~> 1.2.0) simple_form (~> 5.0.2) simplecov (~> 0.17)