Bump sidekiq-cron

This commit is contained in:
Benjamin Neff 2019-03-24 00:30:24 +01:00
parent 7b201f4bb9
commit a63f11bbf4
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ gem "sidekiq", "5.2.5"
# Scheduled processing # Scheduled processing
gem "sidekiq-cron", "1.0.4" gem "sidekiq-cron", "1.1.0"
# Compression # Compression

View file

@ -199,7 +199,7 @@ GEM
execjs execjs
multi_json (>= 1.3) multi_json (>= 1.3)
rake rake
et-orbi (1.1.6) et-orbi (1.1.7)
tzinfo tzinfo
ethon (0.11.0) ethon (0.11.0)
ffi (>= 1.3.0) ffi (>= 1.3.0)
@ -246,8 +246,8 @@ GEM
fog-core fog-core
nokogiri (>= 1.5.11, < 2.0.0) nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.2.5) formatador (0.2.5)
fugit (1.1.6) fugit (1.1.8)
et-orbi (~> 1.1, >= 1.1.6) et-orbi (~> 1.1, >= 1.1.7)
raabro (~> 1.1) raabro (~> 1.1)
fuubar (2.3.2) fuubar (2.3.2)
rspec-core (~> 3.0) rspec-core (~> 3.0)
@ -657,7 +657,7 @@ GEM
rack (>= 1.5.0) rack (>= 1.5.0)
rack-protection (>= 1.5.0) rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5) redis (>= 3.3.5, < 5)
sidekiq-cron (1.0.4) sidekiq-cron (1.1.0)
fugit (~> 1.1) fugit (~> 1.1)
sidekiq (>= 4.2.1) sidekiq (>= 4.2.1)
simple_captcha2 (0.4.3) simple_captcha2 (0.4.3)
@ -885,7 +885,7 @@ DEPENDENCIES
secure_headers (= 6.0.0) secure_headers (= 6.0.0)
shoulda-matchers (= 3.1.2) shoulda-matchers (= 3.1.2)
sidekiq (= 5.2.5) sidekiq (= 5.2.5)
sidekiq-cron (= 1.0.4) sidekiq-cron (= 1.1.0)
simple_captcha2 (= 0.4.3) simple_captcha2 (= 0.4.3)
simplecov (= 0.16.1) simplecov (= 0.16.1)
sinon-rails (= 1.15.0) sinon-rails (= 1.15.0)