From 26b6651c7ac82bee06924b5ff0d24d4e7b0f8526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:00:45 +0000 Subject: [PATCH] Bump sidekiq from 6.0.1 to 6.4.0 in /example_app Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.1 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/v6.0.1...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example_app/Gemfile.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/example_app/Gemfile.lock b/example_app/Gemfile.lock index cb2cbe4..dd426e0 100644 --- a/example_app/Gemfile.lock +++ b/example_app/Gemfile.lock @@ -75,7 +75,7 @@ GEM byebug (11.0.1) coderay (1.1.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.5) dry-initializer (3.0.1) erubi (1.9.0) @@ -121,9 +121,7 @@ GEM puma (4.3.3) nio4r (~> 2.0) quantile (0.2.1) - rack (2.0.8) - rack-protection (2.0.7) - rack + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -158,7 +156,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.3) + redis (4.5.1) ruby_dep (1.5.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -171,11 +169,10 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sidekiq (6.0.1) + sidekiq (6.4.0) connection_pool (>= 2.2.2) - rack (>= 2.0.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + rack (~> 2.0) + redis (>= 4.2.0) spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0)