From 310718a4729ff3235cf6fec4d94ca5e1b8f4fa35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:07:38 +0000 Subject: [PATCH] Bump sidekiq from 6.5.6 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.6 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.6...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index cb06175..10d618b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ ruby '2.7.4' gem 'bcrypt_pbkdf' gem 'ed25519' gem 'rails', '~> 5.2' -gem 'sidekiq', '~> 6.4' +gem 'sidekiq', '~> 7.1' # Use Puma as the app server gem 'dotenv-rails', '~> 2.2.1' gem 'okcomputer' diff --git a/Gemfile.lock b/Gemfile.lock index fc08da5..087a82b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.10) - connection_pool (2.3.0) + connection_pool (2.4.1) coveralls_reborn (0.25.0) simplecov (>= 0.18.1, < 0.22.0) term-ansicolor (~> 1.6) @@ -660,7 +660,7 @@ GEM rails (>= 5.0, < 6.2) rdf racc (1.6.0) - rack (2.2.4) + rack (2.2.8) rack-test (2.0.2) rack (>= 1.3) rails (5.2.8.1) @@ -764,6 +764,8 @@ GEM redic (1.5.3) hiredis redis (4.8.0) + redis-client (0.17.0) + connection_pool redis-namespace (1.9.0) redis (>= 4) redlock (1.2.2) @@ -876,10 +878,11 @@ GEM rdf-xsd (~> 3.2) sparql (~> 3.2) sxp (~> 1.2) - sidekiq (6.5.6) - connection_pool (>= 2.2.5) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) signet (0.16.1) addressable (~> 2.8) faraday (>= 0.17.5, < 3.0) @@ -1039,7 +1042,7 @@ DEPENDENCIES rspec-rails rspec_junit_formatter sass-rails (~> 5.0) - sidekiq (~> 6.4) + sidekiq (~> 7.1) solr_wrapper (>= 0.3) terser turbolinks (~> 5)