From 707c2d41e4e0323f456a0113561ef9621d836a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 06:04:10 +0000 Subject: [PATCH] Bump sidekiq from 6.1.3 to 6.3.1 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.3 to 6.3.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.1.3...v6.3.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 014703c..618bf71 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby(File.read(File.join(File.dirname(__FILE__), '.ruby-version')).strip) gem 'pg', '~> 1.2', '>= 1.2.3' gem 'puma', '~> 5.2' gem 'rails', '~> 6.1' -gem 'sidekiq', '~> 6.1' +gem 'sidekiq', '~> 6.3' # Admin panel gem 'activeadmin', '~> 2.9' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..b393686 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM coderay (1.1.3) colorize (0.8.1) concurrent-ruby (1.1.8) - connection_pool (2.2.3) + connection_pool (2.2.5) content_disposition (1.0.0) crass (1.0.6) declarative (0.0.20) @@ -360,7 +360,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.2.5) + redis (4.5.1) reek (6.0.3) kwalify (~> 0.7.0) parser (~> 3.0.0) @@ -452,7 +452,7 @@ GEM shrine (3.3.0) content_disposition (~> 1.0) down (~> 5.1) - sidekiq (6.1.3) + sidekiq (6.3.1) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -578,7 +578,7 @@ DEPENDENCIES sentry-raven (~> 3.1) shoulda-matchers (~> 4.5) shrine (~> 3.3) - sidekiq (~> 6.1) + sidekiq (~> 6.3) simple_endpoint (~> 1.0.0) simplecov (~> 0.21.2) simplecov-lcov (~> 0.8.0)