diff --git a/Gemfile b/Gemfile index 776edde77fde5beb08c649f254a8638a802ef55b..9f7d81dae10f0ad205c73901369e56bce34d64c7 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 b1fdf4924448849bbbee2afea6839aad72d6a2bf..f5a7515380aeae26b38ba4a1cb7fb44478422416 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)