From a76a37a8e495e23dfb2b41e85c51fdf79b1be4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:00:51 +0000 Subject: [PATCH] Bump sidekiq from 6.0.3 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.3 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/v6.0.3...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, 8 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 1504c6f..1258ac5 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'jbuilder', '~> 2.5' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false -gem 'sidekiq', '~>6.0.0' +gem 'sidekiq', '~>6.4.0' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index e033804..2b60ea3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.5) erubi (1.9.0) execjs (2.7.0) @@ -109,9 +109,7 @@ GEM mini_portile2 (~> 2.4.0) public_suffix (4.0.1) puma (3.12.2) - rack (2.0.8) - rack-protection (2.0.7) - rack + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -144,7 +142,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.3) + redis (4.5.1) regexp_parser (1.6.0) ruby_dep (1.5.0) rubyzip (1.3.0) @@ -162,11 +160,10 @@ GEM selenium-webdriver (3.142.4) childprocess (>= 0.5, < 3.0) rubyzip (~> 1.2, >= 1.2.2) - sidekiq (6.0.3) + sidekiq (6.4.0) connection_pool (>= 2.2.2) - rack (>= 2.0.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + rack (~> 2.0) + redis (>= 4.2.0) spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -220,7 +217,7 @@ DEPENDENCIES rails (~> 5.2.3) sass-rails (~> 5.0) selenium-webdriver - sidekiq (~> 6.0.0) + sidekiq (~> 6.4.0) spring spring-watcher-listen (~> 2.0.0) sqlite3