From 9da4eaf363cc6e38c032c9f7d102e2990d4d9e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:20:05 +0000 Subject: [PATCH] Bump sidekiq from 6.0.7 to 6.2.1 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.7 to 6.2.1. - [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.7...v6.2.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a6a25b7..0c313b9 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ gem 'name_of_person', '~> 1.1' gem 'omniauth-facebook', '~> 5.0' gem 'omniauth-github', '~> 1.3' gem 'omniauth-twitter', '~> 1.4' -gem 'sidekiq', '~> 6.0', '>= 6.0.3' +gem 'sidekiq', '~> 6.2' gem 'sitemap_generator', '~> 6.0', '>= 6.0.1' gem 'whenever', require: false gem "pagy", "~> 3.7" diff --git a/Gemfile.lock b/Gemfile.lock index 8d3ffb1..78ef341 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM childprocess (3.0.0) chronic (0.10.2) concurrent-ruby (1.1.6) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.6) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) @@ -215,9 +215,7 @@ GEM public_suffix (4.0.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) - rack-protection (2.0.8.1) - rack + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -252,7 +250,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.3) + redis (4.4.0) regexp_parser (1.7.0) responders (3.0.0) actionpack (>= 5.0) @@ -273,11 +271,10 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sidekiq (6.0.7) + sidekiq (6.2.1) connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + redis (>= 4.2.0) sitemap_generator (6.1.0) builder (~> 3.0) spring (2.1.0) @@ -351,7 +348,7 @@ DEPENDENCIES rails (~> 6.0.2, >= 6.0.2.2) sass-rails (>= 6) selenium-webdriver - sidekiq (~> 6.0, >= 6.0.3) + sidekiq (~> 6.2) sitemap_generator (~> 6.0, >= 6.0.1) spring spring-watcher-listen (~> 2.0.0)