From 80995862b7ff5a3606eb85926b9646e7b2804140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:45:16 +0000 Subject: [PATCH] Build(deps): Bump sidekiq from 4.2.10 to 7.1.5 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 4.2.10 to 7.1.5. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v4.2.10...v7.1.5) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 023cfd226..cfa3cab8e 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ gem 'geojson_import', git: 'https://github.com/instedd/geojson_import', branch: # Services gem 'puma', '~> 3.0' -gem 'sidekiq', '~> 4.2' +gem 'sidekiq', '~> 7.1' gem 'sidekiq-cron', '~> 0.3' # TODO: not maintained, consider sidekiq-scheduler instead gem 'whenever', '~> 1.0' # TODO: replace with a sidekiq-cron job diff --git a/Gemfile.lock b/Gemfile.lock index b1d29178f..0f6a9e350 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,12 +138,12 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) config (1.7.2) activesupport (>= 3.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 0.12, >= 0.12.2, < 1.0.0) - connection_pool (2.2.5) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -399,9 +399,7 @@ GEM public_suffix (4.0.7) puma (3.12.6) raabro (1.4.0) - rack (2.2.6.3) - rack-protection (2.2.4) - rack + rack (2.2.8) rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2) @@ -450,7 +448,8 @@ GEM tilt recaptcha (4.14.0) json - redis (3.3.5) + redis-client (0.17.0) + connection_pool regexp_parser (1.8.2) request_store (1.5.1) rack (>= 1.4) @@ -538,11 +537,11 @@ GEM sentry-raven (2.13.0) faraday (>= 0.7.6, < 1.0) sexp_processor (4.16.1) - sidekiq (4.2.10) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + sidekiq (7.1.5) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (0.6.3) rufus-scheduler (>= 3.3.0) sidekiq (>= 4.2.1) @@ -689,7 +688,7 @@ DEPENDENCIES sass-rails (~> 5.0, < 5.0.8) selenium-webdriver (< 4.0) sentry-raven (~> 2.13) - sidekiq (~> 4.2) + sidekiq (~> 7.1) sidekiq-cron (~> 0.3) simplecov site_prism (~> 3.0)