From 0f771152491e75a0c998263851f0a7230645c9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:58:09 +0000 Subject: [PATCH] Bump sidekiq from 5.0.5 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.0.5 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.0.5...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 44fbd42d4..e6d9c03b7 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem 'prerender_rails', '~> 1.6.0' # http requests made easy gem 'http', require: false -gem 'sidekiq', '~> 5.0.2' +gem 'sidekiq', '~> 6.4.0' gem 'hashdiff', '~> 0.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 74bf5ae30..eaeead989 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,8 +111,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - connection_pool (2.2.2) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) @@ -249,8 +249,6 @@ GEM puma (3.12.1) rack (2.0.7) rack-cors (1.0.3) - rack-protection (2.0.5) - rack rack-rewrite (1.5.1) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -298,7 +296,7 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rdoc (4.3.0) - redis (4.1.0) + redis (4.5.1) require_all (2.0.0) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) @@ -357,11 +355,10 @@ GEM sexp_processor (4.12.0) shoulda-matchers (4.0.1) activesupport (>= 4.2.0) - sidekiq (5.0.5) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.4, < 5) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -468,7 +465,7 @@ DEPENDENCIES sdoc (~> 0.4.0) sentry-raven (~> 2.6.3) shoulda-matchers - sidekiq (~> 5.0.2) + sidekiq (~> 6.4.0) sitemap_generator! slim-rails spring