From 38c9746ba3b0fe45ebc64511abc58e5651f6eb4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:25:41 +0000 Subject: [PATCH] Bump sidekiq from 6.5.5 to 7.0.6 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.5 to 7.0.6. - [Release notes](https://github.com/sidekiq/sidekiq/releases) - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.5...v7.0.6) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 5b9b81b..b4c2a34 100644 --- a/Gemfile +++ b/Gemfile @@ -113,7 +113,7 @@ group :production, :staging, :development, :test do # Simple, efficient background processing for Ruby # Read more: http://sidekiq.org/ - gem 'sidekiq', '~> 6.5' + gem 'sidekiq', '~> 7.0' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..678a3a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM code_analyzer (0.5.5) sexp_processor concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.3.0) crass (1.0.6) cssbundling-rails (1.1.1) railties (>= 6.0.0) @@ -282,7 +282,7 @@ GEM activesupport (>= 3.0.0) pwned (2.0.2) racc (1.6.0) - rack (2.2.4) + rack (2.2.6.2) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-test (2.0.2) @@ -330,6 +330,8 @@ GEM rbs (2.6.0) rbtree (0.4.5) redis (4.8.0) + redis-client (0.12.2) + connection_pool reek (6.1.1) kwalify (~> 0.7.0) parser (~> 3.1.0) @@ -395,10 +397,11 @@ GEM sexp_processor (4.16.1) shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.0.6) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) smart_properties (1.17.0) sorted_set (1.0.3) rbtree @@ -509,7 +512,7 @@ DEPENDENCIES rubocop-rspec (~> 2.12) ruby-vips (~> 2.1, >= 2.1.4) shoulda-matchers (~> 5.1) - sidekiq (~> 6.5) + sidekiq (~> 7.0) sprockets-rails (~> 3.4, >= 3.4.2) stimulus-rails (~> 1.1) strong_migrations!