From 1da14f2ef766c3eb31308502cc51a4b77920c798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 14:49:21 +0100 Subject: [PATCH] update sidekiq to 5.2.8 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d6d7b145a..045efe099 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha" # Background processing gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272 -gem "sidekiq", "5.2.7" +gem "sidekiq", "5.2.8" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index dbab0d385..038d13aa6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -497,7 +497,7 @@ GEM pry (~> 0.10) public_suffix (4.0.3) raabro (1.1.6) - rack (2.2.2) + rack (2.0.9) rack-cors (1.1.1) rack (>= 2.0.0) rack-google-analytics (1.2.0) @@ -672,9 +672,9 @@ GEM shellany (0.0.1) shoulda-matchers (4.0.1) activesupport (>= 4.2.0) - sidekiq (5.2.7) + sidekiq (5.2.8) connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) + rack (< 2.1.0) rack-protection (>= 1.5.0) redis (>= 3.3.5, < 5) sidekiq-cron (1.1.0) @@ -908,7 +908,7 @@ DEPENDENCIES sass-rails (= 5.0.7) secure_headers (= 6.3.0) shoulda-matchers (= 4.0.1) - sidekiq (= 5.2.7) + sidekiq (= 5.2.8) sidekiq-cron (= 1.1.0) simple_captcha2 (= 0.4.3) simplecov (= 0.16.1)