From 7c5d607cb779836c5fdebd37bda55e783e587ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Oct 2017 07:11:33 +0000 Subject: [PATCH] Bump sidekiq from 5.0.4 to 5.0.5 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.0.4 to 5.0.5. - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v5.0.4...v5.0.5) --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c139d31..03cac50 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "redis", "~> 3.3.3" gem 'hiredis', '~> 0.6.0' gem 'haml', '~> 4.0.6' gem 'json', '~> 2.1' -gem 'sidekiq', '~> 5.0.4' +gem 'sidekiq', '~> 5.0.5' gem 'mail', '~> 2.6.6' gem 'puma', '~> 3.9.1' gem 'newrelic_rpm', '~> 3.18.1' diff --git a/Gemfile.lock b/Gemfile.lock index d679555..8cfde61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,12 +51,12 @@ GEM rack (>= 1.0) rack_csrf (2.6.0) rack (>= 1.1.0) - redis (3.3.3) - sidekiq (5.0.4) + redis (3.3.5) + sidekiq (5.0.5) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) - redis (~> 3.3, >= 3.3.3) + redis (>= 3.3.4, < 5) sinatra (1.4.8) rack (~> 1.5) rack-protection (~> 1.4) @@ -87,7 +87,7 @@ DEPENDENCIES rack-flash3 (~> 1.0.5) rack_csrf (~> 2.6.0) redis (~> 3.3.3) - sidekiq (~> 5.0.4) + sidekiq (~> 5.0.5) sinatra (~> 1.4.5) sinatra-contrib (~> 1.4.7)