From d186891f0916a0052782ba85c103d3d206a47fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:36:57 +0000 Subject: [PATCH] Bump sidekiq from 4.1.4 to 6.5.10 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 4.1.4 to 6.5.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v4.1.4...v6.5.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 ++++++++++----------------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 7c31640..3a72bae 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'loofah', '~> 2.3.1' gem 'pg' gem 'puma', '~> 5.6.4' gem 'rails', '~> 6.1.7.8' -gem 'sidekiq', '~> 4.1.3' +gem 'sidekiq', '~> 6.5.10' gem 'simple_command' gem 'twitter', '~> 7.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9044c94..abf282f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,6 +136,7 @@ GEM faraday-rack (1.0.0) faraday-retry (1.0.3) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -201,8 +202,6 @@ GEM metaclass (~> 0.0.1) multi_json (1.15.0) multipart-post (2.4.1) - mustermann (3.0.2) - ruby2_keywords (~> 0.0.1) naught (1.1.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) @@ -218,6 +217,8 @@ GEM nio4r (2.7.3) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -246,9 +247,6 @@ GEM rack (2.2.9) rack-cors (2.0.2) rack (>= 2.0.0) - rack-protection (3.2.0) - base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.8) @@ -283,7 +281,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - redis (3.3.5) + redis (4.8.1) regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) @@ -354,18 +352,12 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (4.1.4) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - redis (~> 3.2, >= 3.2.1) - sinatra (>= 1.4.7) + sidekiq (6.5.10) + connection_pool (>= 2.2.5, < 3) + rack (~> 2.0) + redis (>= 4.5.0, < 5) simple_command (1.0.1) simple_oauth (0.3.1) - sinatra (3.2.0) - mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) - tilt (~> 2.0) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -415,6 +407,7 @@ GEM PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES administrate (~> 0.20.1) @@ -443,7 +436,7 @@ DEPENDENCIES rubocop (~> 1.65.1) rubocop-performance (~> 1.21.1) rubocop-rails (~> 2.25.1) - sidekiq (~> 4.1.3) + sidekiq (~> 6.5.10) simple_command spring spring-watcher-listen (~> 2.0.0)