From 8ee15ebc1301dc77360898b8e7c18e7b315b4359 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 10 Nov 2018 19:13:09 +0100 Subject: [PATCH] Bump sidekiq-cron --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 7ae664cc7..85d3cc181 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "sidekiq", "5.2.3" # Scheduled processing -gem "sidekiq-cron", "0.6.3" +gem "sidekiq-cron", "1.0.4" # Compression diff --git a/Gemfile.lock b/Gemfile.lock index 782614e52..aa13890b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM execjs multi_json (>= 1.3) rake - et-orbi (1.1.0) + et-orbi (1.1.6) tzinfo ethon (0.11.0) ffi (>= 1.3.0) @@ -238,6 +238,9 @@ GEM fog-core nokogiri (>= 1.5.11, < 2.0.0) formatador (0.2.5) + fugit (1.1.6) + et-orbi (~> 1.1, >= 1.1.6) + raabro (~> 1.1) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) @@ -474,6 +477,7 @@ GEM byebug (~> 10.0) pry (~> 0.10) public_suffix (3.0.3) + raabro (1.1.6) rack (2.0.6) rack-cors (1.0.2) rack-google-analytics (1.2.0) @@ -622,8 +626,6 @@ GEM ruby-progressbar (1.10.0) ruby_dep (1.5.0) rubyzip (1.2.2) - rufus-scheduler (3.4.2) - et-orbi (~> 1.0) rugged (0.27.5) safe_yaml (1.0.4) sass (3.4.25) @@ -648,8 +650,8 @@ GEM connection_pool (~> 2.2, >= 2.2.2) rack-protection (>= 1.5.0) redis (>= 3.3.5, < 5) - sidekiq-cron (0.6.3) - rufus-scheduler (>= 3.3.0) + sidekiq-cron (1.0.4) + fugit (~> 1.1) sidekiq (>= 4.2.1) simple_captcha2 (0.4.3) rails (>= 4.1) @@ -879,7 +881,7 @@ DEPENDENCIES secure_headers (= 5.0.5) shoulda-matchers (= 3.1.2) sidekiq (= 5.2.3) - sidekiq-cron (= 0.6.3) + sidekiq-cron (= 1.0.4) simple_captcha2 (= 0.4.3) simplecov (= 0.16.1) sinon-rails (= 1.15.0)