From ff1154b52396f493e903292cf7dfe3f97412b7e1 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 8 Jun 2017 07:15:13 +0900 Subject: [PATCH] Update Sidekiq to 5.0.x. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d265b62d31a..cb459c613eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,11 +343,11 @@ GEM shoulda-context (1.2.2) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (4.2.4) + sidekiq (5.0.2) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + redis (~> 3.3, >= 3.3.3) simple-rss (1.3.1) sinatra (1.4.8) rack (~> 1.5)