From 60ea5d4b774431716ad73e736004acdc36f225c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 21:57:20 +0000 Subject: [PATCH] Bump sidekiq from 4.1.4 to 5.2.10 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.1.4 to 5.2.10. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v4.1.4...v5.2.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 31 ++++++++++++------------------- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 067b560..c54eafe 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.3' -gem 'sidekiq', '~> 4.1.3' +gem 'sidekiq', '~> 5.2.10' gem 'simple_command' gem 'twitter', '~> 7.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index c149ea8..3a886e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,8 +90,8 @@ GEM childprocess (3.0.0) chronic (0.10.2) coderay (1.1.3) - concurrent-ruby (1.1.8) - connection_pool (2.2.3) + concurrent-ruby (1.1.10) + connection_pool (2.3.0) crack (0.4.5) rexml crass (1.0.6) @@ -182,8 +182,6 @@ GEM railties (>= 3.1) multi_json (1.15.0) multipart-post (2.1.1) - mustermann (1.1.1) - ruby2_keywords (~> 0.0.1) naught (1.1.0) net-http-persistent (4.0.1) connection_pool (~> 2.2) @@ -216,10 +214,10 @@ GEM puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3.1) + rack (2.2.4) rack-cors (1.1.1) rack (>= 2.0.0) - rack-protection (2.2.0) + rack-protection (3.0.2) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -254,7 +252,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (3.3.5) + redis (4.5.1) regexp_parser (2.1.1) responders (3.0.1) actionpack (>= 5.0) @@ -315,18 +313,13 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - 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 (5.2.10) + connection_pool (~> 2.2, >= 2.2.2) + rack (~> 2.0) + rack-protection (>= 1.5.0) + redis (~> 4.5, < 4.6.0) simple_command (0.1.0) simple_oauth (0.3.1) - sinatra (2.2.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.2.0) - tilt (~> 2.0) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -340,7 +333,7 @@ GEM sprockets (>= 3.0.0) thor (1.1.0) thread_safe (0.3.6) - tilt (2.0.10) + tilt (2.0.11) twitter (7.0.0) addressable (~> 2.3) buftok (~> 0.2.0) @@ -405,7 +398,7 @@ DEPENDENCIES rubocop (~> 0.90) rubocop-performance rubocop-rails - sidekiq (~> 4.1.3) + sidekiq (~> 5.2.10) simple_command spring spring-watcher-listen (~> 2.0.0)