From cc62da2fcd0bfb99db4c0ec0eee8a5b7127d13df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:09:08 +0000 Subject: [PATCH] Bump sidekiq from 5.2.9 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.9 to 6.4.0. - [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/v5.2.9...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 31061cf..f6db20e 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'cancancan' gem 'doorkeeper' gem 'active_model_serializers', '~> 0.10' gem 'oj' -gem 'sidekiq', '~> 5.1' +gem 'sidekiq', '~> 6.4' gem 'sinatra', require: false gem 'whenever', require: false gem 'mysql2' diff --git a/Gemfile.lock b/Gemfile.lock index b1c670d..f646214 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM chronic (0.10.2) cocoon (1.2.14) concurrent-ruby (1.1.6) - connection_pool (2.2.3) + connection_pool (2.2.5) crass (1.0.6) database_cleaner (1.8.5) database_cleaner-active_record (1.8.0) @@ -190,7 +190,9 @@ GEM mimemagic (~> 0.3.2) method_source (1.0.0) middleware (0.1.0) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) mini_racer (0.3.1) @@ -274,7 +276,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.4) + redis (4.5.1) regexp_parser (1.7.0) request_store (1.5.0) rack (>= 1.4) @@ -317,11 +319,10 @@ GEM rubyzip (>= 1.2.2) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) - sidekiq (5.2.9) - connection_pool (~> 2.2, >= 2.2.2) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 4.2) + redis (>= 4.2.0) sinatra (2.0.8.1) mustermann (~> 1.0) rack (~> 2.0) @@ -434,7 +435,7 @@ DEPENDENCIES sass-rails (>= 6) selenium-webdriver shoulda-matchers - sidekiq (~> 5.1) + sidekiq (~> 6.4) sinatra slim-rails spring