Bump sidekiq-cron

This commit is contained in:
Benjamin Neff 2017-07-21 03:20:42 +02:00
parent a89ad99617
commit 512739916e
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 8 additions and 9 deletions

View file

@ -36,7 +36,7 @@ gem "sidekiq", "4.2.10"
# Scheduled processing # Scheduled processing
gem "sidekiq-cron", "0.4.5" gem "sidekiq-cron", "0.6.3"
# Compression # Compression

View file

@ -188,6 +188,8 @@ GEM
execjs execjs
multi_json (>= 1.3) multi_json (>= 1.3)
rake rake
et-orbi (1.0.5)
tzinfo
ethon (0.10.1) ethon (0.10.1)
ffi (>= 1.3.0) ffi (>= 1.3.0)
excon (0.55.0) excon (0.55.0)
@ -572,8 +574,6 @@ GEM
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.4.0) redcarpet (3.4.0)
redis (3.3.3) redis (3.3.3)
redis-namespace (1.5.3)
redis (~> 3.0, >= 3.0.4)
request_store (1.3.2) request_store (1.3.2)
responders (2.4.0) responders (2.4.0)
actionpack (>= 4.2.0, < 5.3) actionpack (>= 4.2.0, < 5.3)
@ -609,8 +609,8 @@ GEM
ruby-progressbar (1.8.1) ruby-progressbar (1.8.1)
ruby_dep (1.5.0) ruby_dep (1.5.0)
rubyzip (1.2.1) rubyzip (1.2.1)
rufus-scheduler (3.3.4) rufus-scheduler (3.4.2)
tzinfo et-orbi (~> 1.0)
rugged (0.25.1.1) rugged (0.25.1.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.23) sass (3.4.23)
@ -637,9 +637,8 @@ GEM
connection_pool (~> 2.2, >= 2.2.0) connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0) rack-protection (>= 1.5.0)
redis (~> 3.2, >= 3.2.1) redis (~> 3.2, >= 3.2.1)
sidekiq-cron (0.4.5) sidekiq-cron (0.6.3)
redis-namespace (>= 1.5.2) rufus-scheduler (>= 3.3.0)
rufus-scheduler (>= 2.0.24)
sidekiq (>= 4.2.1) sidekiq (>= 4.2.1)
sigar (0.7.3) sigar (0.7.3)
simple_captcha2 (0.4.3) simple_captcha2 (0.4.3)
@ -874,7 +873,7 @@ DEPENDENCIES
secure_headers (= 3.6.1) secure_headers (= 3.6.1)
shoulda-matchers (= 3.1.1) shoulda-matchers (= 3.1.1)
sidekiq (= 4.2.10) sidekiq (= 4.2.10)
sidekiq-cron (= 0.4.5) sidekiq-cron (= 0.6.3)
simple_captcha2 (= 0.4.3) simple_captcha2 (= 0.4.3)
simplecov (= 0.12.0) simplecov (= 0.12.0)
sinon-rails (= 1.15.0) sinon-rails (= 1.15.0)