Bump sidekiq-cron
This commit is contained in:
parent
09688fad44
commit
14728e3817
2 changed files with 6 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -36,7 +36,7 @@ gem "sidekiq", "4.2.9"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
gem "sidekiq-cron", "0.4.4"
|
gem "sidekiq-cron", "0.4.5"
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -598,7 +598,7 @@ 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.2)
|
redis-namespace (1.5.3)
|
||||||
redis (~> 3.0, >= 3.0.4)
|
redis (~> 3.0, >= 3.0.4)
|
||||||
remotipart (1.2.1)
|
remotipart (1.2.1)
|
||||||
request_store (1.3.1)
|
request_store (1.3.1)
|
||||||
|
|
@ -635,7 +635,8 @@ GEM
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.8.1)
|
||||||
ruby_dep (1.3.1)
|
ruby_dep (1.3.1)
|
||||||
rubyzip (1.2.1)
|
rubyzip (1.2.1)
|
||||||
rufus-scheduler (3.2.2)
|
rufus-scheduler (3.3.4)
|
||||||
|
tzinfo
|
||||||
rugged (0.24.0)
|
rugged (0.24.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.22)
|
sass (3.4.22)
|
||||||
|
|
@ -662,7 +663,7 @@ 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.4)
|
sidekiq-cron (0.4.5)
|
||||||
redis-namespace (>= 1.5.2)
|
redis-namespace (>= 1.5.2)
|
||||||
rufus-scheduler (>= 2.0.24)
|
rufus-scheduler (>= 2.0.24)
|
||||||
sidekiq (>= 4.2.1)
|
sidekiq (>= 4.2.1)
|
||||||
|
|
@ -901,7 +902,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.9)
|
sidekiq (= 4.2.9)
|
||||||
sidekiq-cron (= 0.4.4)
|
sidekiq-cron (= 0.4.5)
|
||||||
simple_captcha2 (= 0.4.0)
|
simple_captcha2 (= 0.4.0)
|
||||||
simplecov (= 0.12.0)
|
simplecov (= 0.12.0)
|
||||||
sinon-rails (= 1.15.0)
|
sinon-rails (= 1.15.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue