From b6d6629cea0236319be8ee98c576af823341bed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:02:57 +0000 Subject: [PATCH] Bump sidekiq from 6.0.5 to 6.4.0 in /compensating_transaction Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.5 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.5...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compensating_transaction/Gemfile | 2 +- compensating_transaction/Gemfile.lock | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/compensating_transaction/Gemfile b/compensating_transaction/Gemfile index aaa3c75..394dd1e 100644 --- a/compensating_transaction/Gemfile +++ b/compensating_transaction/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'sidekiq', '~> 6.0' \ No newline at end of file +gem 'sidekiq', '~> 6.4' \ No newline at end of file diff --git a/compensating_transaction/Gemfile.lock b/compensating_transaction/Gemfile.lock index c6540b5..49c101f 100644 --- a/compensating_transaction/Gemfile.lock +++ b/compensating_transaction/Gemfile.lock @@ -1,22 +1,19 @@ GEM remote: https://rubygems.org/ specs: - connection_pool (2.2.2) + connection_pool (2.2.5) rack (2.2.3) - rack-protection (2.0.8.1) - rack - redis (4.1.3) - sidekiq (6.0.5) + redis (4.5.1) + sidekiq (6.4.0) connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + redis (>= 4.2.0) PLATFORMS ruby DEPENDENCIES - sidekiq (~> 6.0) + sidekiq (~> 6.4) BUNDLED WITH 2.1.2