From 84c251c778fd23d981bf9c75fcb170e80a84ce17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2019 12:05:02 +1100 Subject: [PATCH] DEV: Bump sidekiq from 5.2.7 to 6.0.3 (#8499) Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.7 to 6.0.3. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v5.2.7...v6.0.3) Signed-off-by: dependabot-preview[bot] The big thing for us with this update is that it makes sidekiq a bit faster. --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e3f4e169542..291524228b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,11 +380,11 @@ GEM activesupport (>= 3.1) 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.0.3) + connection_pool (>= 2.2.2) + rack (>= 2.0.0) + rack-protection (>= 2.0.0) + redis (>= 4.1.0) simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3)