From bbd330184cd28cb90c2d397772426bcb2d6f2c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:48:51 +0000 Subject: [PATCH] Bump sidekiq from 3.4.2 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 3.4.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/v3.4.2...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 ++++++++----------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 47419a3..08f4f84 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'newrelic_rpm' gem 'octokit', '4.6.2' gem 'redcarpet' gem 'sentry-raven' -gem 'sidekiq', '3.4.2' +gem 'sidekiq', '6.4.0' gem 'sidekiq-status', '0.6.0' gem 'simple_captcha2', require: 'simple_captcha' gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index 6408c8f..ad62580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,14 +64,12 @@ GEM capybara-screenshot (1.0.17) capybara (>= 1.0, < 3) launchy - celluloid (0.16.0) - timers (~> 4.0.0) cliver (0.3.2) codeclimate-test-reporter (1.0.8) simplecov (<= 0.13) coderay (1.1.3) concurrent-ruby (1.1.8) - connection_pool (2.2.1) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) @@ -96,11 +94,10 @@ GEM activesupport (>= 4.2.0) hashdiff (0.3.4) high_voltage (3.0.0) - hitimes (1.2.5) http_accept_language (2.1.1) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (1.8.6) + json (2.6.1) launchy (2.5.0) addressable (~> 2.7) loofah (2.9.1) @@ -185,9 +182,7 @@ GEM rake rake (13.0.3) redcarpet (3.5.1) - redis (3.3.3) - redis-namespace (1.5.3) - redis (~> 3.0, >= 3.0.4) + redis (4.5.1) rspec-core (3.6.0) rspec-support (~> 3.6.0) rspec-expectations (3.6.0) @@ -219,12 +214,10 @@ GEM faraday (> 0.8, < 2.0) sentry-raven (2.6.0) faraday (>= 0.7.6, < 1.0) - sidekiq (3.4.2) - celluloid (~> 0.16.0) - connection_pool (~> 2.2, >= 2.2.0) - json (~> 1.0) - redis (~> 3.2, >= 3.2.1) - redis-namespace (~> 1.5, >= 1.5.2) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) sidekiq-status (0.6.0) sidekiq (>= 2.7) simple_captcha2 (0.4.3) @@ -250,8 +243,6 @@ GEM thor (1.1.0) thread_safe (0.3.6) tilt (2.0.8) - timers (4.0.4) - hitimes tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.3.0) @@ -300,7 +291,7 @@ DEPENDENCIES rspec-rails rubocop sentry-raven - sidekiq (= 3.4.2) + sidekiq (= 6.4.0) sidekiq-status (= 0.6.0) simple_captcha2 simplecov