From 9a0144393678e4fd9e4d749458613043192aa6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:15:10 +0000 Subject: [PATCH] Bump sidekiq from 5.1.3 to 5.2.9 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.3 to 5.2.9. - [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...v5.2.9) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 196f4a51..5e4dec28 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'redis', '<= 4.0.2' gem 'select2-rails' gem 'rufus-mnemo' gem 'sass-rails' -gem 'sidekiq', '<= 5.1.3' +gem 'sidekiq', '<= 5.2.10' gem 'slim', '<= 3.0.9' gem 'slim-rails', '<= 3.1.3' gem 'typhoeus', '<= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 17708442..555c69a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM cleanroom (1.0.0) coderay (1.1.2) concurrent-ruby (1.1.10) - connection_pool (2.2.2) + connection_pool (2.2.5) coveralls (0.7.1) multi_json (~> 1.3) rest-client @@ -374,7 +374,7 @@ GEM activesupport (>= 3.0.0) racc (1.6.0) rack (2.2.4) - rack-protection (2.0.7) + rack-protection (2.2.1) rack rack-test (2.0.2) rack (>= 1.3) @@ -475,11 +475,11 @@ GEM semverse (3.0.0) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (5.1.3) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.9) + connection_pool (~> 2.2, >= 2.2.2) + rack (~> 2.0) rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + redis (>= 3.3.5, < 4.2) simplecov (0.14.0) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -647,7 +647,7 @@ DEPENDENCIES select2-rails selenium-webdriver shoulda-matchers (~> 4.0) - sidekiq (<= 5.1.3) + sidekiq (<= 5.2.10) simplecov (<= 0.14) simplecov-console (<= 0.4) slim (<= 3.0.9)