Bump sidekiq-cron
This commit is contained in:
parent
53bf478f24
commit
6fa0fe5202
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -37,7 +37,7 @@ gem "sinatra", "1.4.7"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
gem "sidekiq-cron", "0.4.1"
|
gem "sidekiq-cron", "0.4.2"
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -773,7 +773,7 @@ GEM
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
connection_pool (~> 2.2, >= 2.2.0)
|
connection_pool (~> 2.2, >= 2.2.0)
|
||||||
redis (~> 3.2, >= 3.2.1)
|
redis (~> 3.2, >= 3.2.1)
|
||||||
sidekiq-cron (0.4.1)
|
sidekiq-cron (0.4.2)
|
||||||
redis-namespace (>= 1.5.2)
|
redis-namespace (>= 1.5.2)
|
||||||
rufus-scheduler (>= 2.0.24)
|
rufus-scheduler (>= 2.0.24)
|
||||||
sidekiq (>= 4.0.0)
|
sidekiq (>= 4.0.0)
|
||||||
|
|
@ -1012,7 +1012,7 @@ DEPENDENCIES
|
||||||
selenium-webdriver (= 2.47.1)
|
selenium-webdriver (= 2.47.1)
|
||||||
shoulda-matchers (= 3.0.1)
|
shoulda-matchers (= 3.0.1)
|
||||||
sidekiq (= 4.1.0)
|
sidekiq (= 4.1.0)
|
||||||
sidekiq-cron (= 0.4.1)
|
sidekiq-cron (= 0.4.2)
|
||||||
simple_captcha2 (= 0.4.0)
|
simple_captcha2 (= 0.4.0)
|
||||||
simplecov (= 0.11.1)
|
simplecov (= 0.11.1)
|
||||||
sinatra (= 1.4.7)
|
sinatra (= 1.4.7)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue