From 551505ab18a6f66f45dd5231e74e03576adba6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 18:06:49 +0000 Subject: [PATCH] Bump sidekiq from 5.1.3 to 6.4.2 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.3 to 6.4.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/v5.1.3...v6.4.2) --- 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 f3ad6d6..55cbf13 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' gem 'turbolinks', '~> 5' gem 'bootsnap', '>= 1.1.0', require: false -gem 'sidekiq', '~> 5.1.3' +gem 'sidekiq', '~> 6.4.2' # gem 'custom_fields', path: '../custom_fields' # for Developers # gem 'locomotivecms', path: '../engine' diff --git a/Gemfile.lock b/Gemfile.lock index bd98a6b..461a651 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.5) crass (1.0.6) custom_fields (2.12.0) @@ -368,8 +368,6 @@ GEM rack (>= 0.4) rack-cache (1.7.2) rack (>= 0.4) - rack-protection (2.1.0) - rack rack-rewrite (1.5.1) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -406,7 +404,7 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.4.0) + redis (4.6.0) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) @@ -442,11 +440,10 @@ GEM tilt (>= 1.1, < 3) sassc (2.4.0) ffi (~> 1.9) - sidekiq (5.1.3) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (6.4.2) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) simple_form (5.0.3) actionpack (>= 5.0) activemodel (>= 5.0) @@ -500,7 +497,7 @@ DEPENDENCIES passenger (~> 5.2.1) rspec-rails (~> 3.7) sass-rails (~> 5.0) - sidekiq (~> 5.1.3) + sidekiq (~> 6.4.2) turbolinks (~> 5) uglifier (>= 1.3.0)