From 02abd8ed47fcbd3b7bc3c62d90a2451d70c6700d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:19:37 +0000 Subject: [PATCH] Bump sidekiq from 6.0.7 to 6.2.2 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.7 to 6.2.2. - [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.7...v6.2.2) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index d50c6e8..682c29a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development, :test do gem 'delayed_job_active_record', '~> 4.1', '>= 4.1.4' gem 'devise', '~> 4.7' gem 'rails', '~> 6.1' - gem 'sidekiq', '~> 6.0.4' + gem 'sidekiq', '~> 6.2.2' gem 'yard', '~> 0.9.25' end diff --git a/Gemfile.lock b/Gemfile.lock index 92f3f19..ab8697f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,8 +168,6 @@ GEM psych (3.1.0) racc (1.5.2) rack (2.2.3) - rack-protection (2.1.0) - rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.1.3.2) @@ -212,7 +210,7 @@ GEM thor (~> 1.0) rainbow (3.0.0) rake (13.0.3) - redis (4.2.5) + redis (4.4.0) reek (5.6.0) codeclimate-engine-rb (~> 0.4.0) kwalify (~> 0.7.0) @@ -244,11 +242,10 @@ GEM sexp_processor (4.15.3) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.0.7) + sidekiq (6.2.2) connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + redis (>= 4.2.0) simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -302,7 +299,7 @@ DEPENDENCIES rspec-support! rubocop (~> 0.80.1) shoulda-matchers (~> 4.3) - sidekiq (~> 6.0.4) + sidekiq (~> 6.2.2) simplecov (~> 0.17.1) yard (~> 0.9.25)