From a63f11bbf47dd531dcd7c82d9919603c75ced501 Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Sun, 24 Mar 2019 00:30:24 +0100
Subject: [PATCH] Bump sidekiq-cron

---
 Gemfile      |  2 +-
 Gemfile.lock | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Gemfile b/Gemfile
index 776edde77f..9f7d81dae1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,7 @@ gem "sidekiq", "5.2.5"
 
 # Scheduled processing
 
-gem "sidekiq-cron", "1.0.4"
+gem "sidekiq-cron", "1.1.0"
 
 # Compression
 
diff --git a/Gemfile.lock b/Gemfile.lock
index b1fdf49244..f5a7515380 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -199,7 +199,7 @@ GEM
       execjs
       multi_json (>= 1.3)
       rake
-    et-orbi (1.1.6)
+    et-orbi (1.1.7)
       tzinfo
     ethon (0.11.0)
       ffi (>= 1.3.0)
@@ -246,8 +246,8 @@ 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)
+    fugit (1.1.8)
+      et-orbi (~> 1.1, >= 1.1.7)
       raabro (~> 1.1)
     fuubar (2.3.2)
       rspec-core (~> 3.0)
@@ -657,7 +657,7 @@ GEM
       rack (>= 1.5.0)
       rack-protection (>= 1.5.0)
       redis (>= 3.3.5, < 5)
-    sidekiq-cron (1.0.4)
+    sidekiq-cron (1.1.0)
       fugit (~> 1.1)
       sidekiq (>= 4.2.1)
     simple_captcha2 (0.4.3)
@@ -885,7 +885,7 @@ DEPENDENCIES
   secure_headers (= 6.0.0)
   shoulda-matchers (= 3.1.2)
   sidekiq (= 5.2.5)
-  sidekiq-cron (= 1.0.4)
+  sidekiq-cron (= 1.1.0)
   simple_captcha2 (= 0.4.3)
   simplecov (= 0.16.1)
   sinon-rails (= 1.15.0)
-- 
GitLab