From e194899f4b86c85722f348a86e0d2810fd875615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:02:56 +0000 Subject: [PATCH] Bump sidekiq from 5.2.7 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.7 to 6.4.0. - [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/v5.2.7...v6.4.0) --- 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 f087325..64ffcc3 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "pg", "~> 0.18.4" gem "puma", "~> 3.4" gem "recipient_interceptor", "~> 0.2.0" gem "rolify", "~> 5.2" -gem "sidekiq", "~> 5.2", ">= 5.2.5" +gem "sidekiq", "~> 6.4" gem "smtpapi", "~> 0.1.0" gem "will_paginate", "~> 3.2", ">= 3.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 07787f7..21f8344 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM childprocess (3.0.0) coderay (1.1.2) concurrent-ruby (1.1.9) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.6) database_cleaner (1.7.0) debug_inspector (0.0.3) @@ -227,8 +227,6 @@ GEM puma (3.12.1) racc (1.5.2) rack (2.2.3) - rack-protection (2.0.7) - rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.0.3.6) @@ -265,7 +263,7 @@ GEM rake (13.0.3) recipient_interceptor (0.2.0) mail - redis (4.1.3) + redis (4.5.1) regexp_parser (1.6.0) responders (3.0.0) actionpack (>= 5.0) @@ -306,11 +304,10 @@ GEM rubyzip (>= 1.2.2) shoulda-matchers (4.1.2) activesupport (>= 4.2.0) - sidekiq (5.2.7) - connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) smtpapi (0.1.0) spring (2.1.0) sprockets (3.7.2) @@ -392,7 +389,7 @@ DEPENDENCIES rubyzip (>= 1.3.0) selenium-webdriver (~> 3.14) shoulda-matchers (~> 4.0, >= 4.0.1) - sidekiq (~> 5.2, >= 5.2.5) + sidekiq (~> 6.4) smtpapi (~> 0.1.0) spring sprockets (~> 3.0)