From 2a8f42e2ab04c405d726ad51a91767e79e76b857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:21:07 +0000 Subject: [PATCH] Bump sidekiq from 4.2.10 to 5.2.0 in /rails Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.2.10 to 5.2.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/v4.2.10...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rails/Gemfile | 2 +- rails/Gemfile.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index e801831..8df36ff 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -74,7 +74,7 @@ gem 'omniauth', '>= 1.7.0' gem 'rack-cors', :require => 'rack/cors' # Required for delayed jobs -gem 'sidekiq', '~>4.0' +gem 'sidekiq', '~>5.2' # Kaminari handles pagination gem 'kaminari', '~> 1.1.1' diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index ca8d473..b0bb65e 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -88,8 +88,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - connection_pool (2.2.2) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crass (1.0.4) devise (4.4.3) bcrypt (~> 3.0) @@ -333,9 +333,9 @@ GEM powerpack (0.1.2) public_suffix (3.0.2) puma (3.12.0) - rack (2.0.5) + rack (2.2.3) rack-cors (1.0.2) - rack-protection (2.0.3) + rack-protection (2.1.0) rack rack-test (1.0.0) rack (>= 1.0, < 3) @@ -428,11 +428,10 @@ GEM selenium-webdriver (3.13.1) childprocess (~> 0.5) rubyzip (~> 1.2) - sidekiq (4.2.10) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.0) + connection_pool (~> 2.2, >= 2.2.2) rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + redis (>= 3.3.5, < 5) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -520,7 +519,7 @@ DEPENDENCIES rubyzip (~> 1.2.1) sass-rails (~> 5.0) selenium-webdriver - sidekiq (~> 4.0) + sidekiq (~> 5.2) spring spring-watcher-listen (~> 2.0.0) streamio-ffmpeg (~> 3.0.2)