From f736b95aa7788bc8957431a7f3a5251a619999cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:34:44 +0000 Subject: [PATCH] Bump sidekiq from 6.5.8 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.8 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.8...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 9702df68bf..a583048b95 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "rack-attack" gem "ruby-vips" gem "sentry-rails" gem "sentry-ruby" -gem "sidekiq", "<7" +gem "sidekiq", "<8" gem "sidekiq-cron" gem "sitemap_generator" gem "validate_url" diff --git a/Gemfile.lock b/Gemfile.lock index db648130f8..d00fb0ccf2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM cgi (0.3.6) climate_control (1.2.0) concurrent-ruby (1.2.2) - connection_pool (2.4.0) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -397,7 +397,8 @@ GEM rake (13.0.6) rbs (3.0.3) redcarpet (3.6.0) - redis (4.8.1) + redis-client (0.17.0) + connection_pool regexp_parser (2.8.1) reline (0.3.3) io-console (~> 0.5) @@ -478,10 +479,11 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.8) - connection_pool (>= 2.2.5, < 3) - 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) sidekiq-cron (1.10.1) fugit (~> 1.8) globalid (>= 1.0.1) @@ -606,7 +608,7 @@ DEPENDENCIES sentry-rails sentry-ruby shoulda-matchers - sidekiq (< 7) + sidekiq (< 8) sidekiq-cron site_prism sitemap_generator