From 7dd1fa425a8ae585cb06669b5793c6719d08d130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 11 Aug 2016 17:52:29 +0200 Subject: [PATCH] bump sidekiq --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1369b678b..d454f6993 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing -gem "sidekiq", "4.1.2" +gem "sidekiq", "4.1.4" gem "sinatra", "1.4.7" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index 02a8cc166..f5460e628 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -721,7 +721,7 @@ GEM nokogiri (>= 1.4.1) trollop redcarpet (3.3.4) - redis (3.3.0) + redis (3.3.1) redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) remotipart (1.2.1) @@ -779,10 +779,11 @@ GEM shellany (0.0.1) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) - sidekiq (4.1.2) + sidekiq (4.1.4) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) redis (~> 3.2, >= 3.2.1) + sinatra (>= 1.4.7) sidekiq-cron (0.4.2) redis-namespace (>= 1.5.2) rufus-scheduler (>= 2.0.24) @@ -1021,7 +1022,7 @@ DEPENDENCIES rubyzip (= 1.2.0) sass-rails (= 5.0.4) shoulda-matchers (= 3.1.1) - sidekiq (= 4.1.2) + sidekiq (= 4.1.4) sidekiq-cron (= 0.4.2) simple_captcha2 (= 0.4.0) simplecov (= 0.11.2)