From d50c63f5d0cf3a6f5a8f325935521d100a6280bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:48:21 +0000 Subject: [PATCH] Bump sidekiq from 4.0.2 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.0.2 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/v4.0.2...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 0e667f20..df50417b 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'travis-rollout', '~> 0.0.2' gem 'metriks', git: 'https://github.com/travis-ci/metriks' gem 'metriks-librato_metrics', git: 'https://github.com/travis-ci/metriks-librato_metrics' -gem 'sidekiq', '~> 4.0.0' +gem 'sidekiq', '~> 6.4.0' gem 'redis-namespace' gem 'sentry-raven' gem 'keen' diff --git a/Gemfile.lock b/Gemfile.lock index 8cd9eb27..35b538c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1044,7 +1044,7 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.9) connection_pool (2.2.3) crack (0.4.4) crass (1.0.6) @@ -1140,7 +1140,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (3.3.5) + redis (4.5.1) redis-namespace (1.8.0) redis (>= 3.0.4) regexp_parser (1.8.2) @@ -1166,10 +1166,10 @@ GEM sentry-raven (3.1.1) faraday (>= 1.0) shellany (0.0.1) - sidekiq (4.0.2) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - redis (~> 3.2, >= 3.2.1) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) thor (1.0.1) thread_safe (0.3.6) travis-config (1.1.3) @@ -1213,7 +1213,7 @@ DEPENDENCIES roadie-rails rspec sentry-raven - sidekiq (~> 4.0.0) + sidekiq (~> 6.4.0) travis-config (~> 1.1.0) travis-exceptions! travis-github_apps!