From 42f02414e181c6a46d79f920a9563fae710c0e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:42:48 +0000 Subject: [PATCH] Bump sidekiq from 5.2.10 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 5.2.10 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v5.2.10...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index ebd8d8c..97b9390 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'cancancan', '~> 1.10' gem 'carrierwave', '~> 1' gem 'omniauth' gem 'omniauth-github' -gem 'sidekiq', '~> 5' +gem 'sidekiq', '~> 7' gem 'redcarpet' gem 'rouge', '~> 2.0.6' gem 'acts-as-taggable-on' diff --git a/Gemfile.lock b/Gemfile.lock index 58e2114..c4b5eec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,8 +245,6 @@ GEM public_suffix (3.0.1) puma (3.11.0) rack (2.2.8) - rack-protection (3.0.6) - rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2) @@ -284,7 +282,10 @@ GEM ffi (~> 1.0) rdoc (4.3.0) redcarpet (3.4.0) - redis (4.5.1) + redis (5.0.7) + redis-client (>= 0.9.0) + redis-client (0.17.0) + connection_pool redis-namespace (1.6.0) redis (>= 3.0.4) responders (2.4.1) @@ -339,11 +340,11 @@ GEM shoulda-context (1.2.2) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (5.2.10) - connection_pool (~> 2.2, >= 2.2.2) - rack (~> 2.0) - rack-protection (>= 1.5.0) - redis (~> 4.5, < 4.6.0) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simple_form (3.5.0) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) @@ -456,7 +457,7 @@ DEPENDENCIES sdoc (~> 0.4.0) settingslogic shoulda - sidekiq (~> 5) + sidekiq (~> 7) simple_form simplecov slack-notifier