From 8c4381c1cefe1f380e3feb567fd219459e021665 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 26 Jun 2022 19:53:47 +0200 Subject: [PATCH] Bump sidekiq and sidekiq-cron --- Gemfile | 4 ++-- Gemfile.lock | 16 ++++++++-------- config/sidekiq.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index afcd5250f..35820e9ad 100644 --- a/Gemfile +++ b/Gemfile @@ -38,11 +38,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha" # Background processing gem "redis", "4.7.0" -gem "sidekiq", "6.2.2" +gem "sidekiq", "6.4.2" # Scheduled processing -gem "sidekiq-cron", "1.2.0" +gem "sidekiq-cron", "1.4.0" # Compression diff --git a/Gemfile.lock b/Gemfile.lock index 4ed43a957..1dc3f3ff6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,7 +234,7 @@ GEM execjs multi_json (>= 1.3) rake - et-orbi (1.2.6) + et-orbi (1.2.7) tzinfo ethon (0.15.0) ffi (>= 1.15.0) @@ -284,8 +284,8 @@ GEM fog-core nokogiri (>= 1.5.11, < 2.0.0) formatador (0.3.0) - fugit (1.5.2) - et-orbi (~> 1.1, >= 1.1.8) + fugit (1.5.3) + et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) fuubar (2.5.1) rspec-core (~> 3.0) @@ -682,12 +682,12 @@ GEM secure_headers (6.3.3) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.2.2) + sidekiq (6.4.2) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) - sidekiq-cron (1.2.0) - fugit (~> 1.1) + sidekiq-cron (1.4.0) + fugit (~> 1) sidekiq (>= 4.2.1) simple_captcha2 (0.5.0) rails (>= 4.1) @@ -910,8 +910,8 @@ DEPENDENCIES sass-rails (= 5.0.7) secure_headers (= 6.3.3) shoulda-matchers (= 4.5.1) - sidekiq (= 6.2.2) - sidekiq-cron (= 1.2.0) + sidekiq (= 6.4.2) + sidekiq-cron (= 1.4.0) simple_captcha2 (= 0.5.0) simplecov (= 0.21.2) sinon-rails (= 1.15.0) diff --git a/config/sidekiq.yml b/config/sidekiq.yml index a99dd69c9..4ad8c3920 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -1,4 +1,4 @@ -<% require_relative 'config/load_config' %> +<% require_relative 'load_config' %> --- :verbose: false <% unless AppConfig.heroku? %>