Bump sidekiq-cron
This commit is contained in:
parent
3dbc0fc632
commit
8ee15ebc13
2 changed files with 9 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ gem "sidekiq", "5.2.3"
|
|||
|
||||
# Scheduled processing
|
||||
|
||||
gem "sidekiq-cron", "0.6.3"
|
||||
gem "sidekiq-cron", "1.0.4"
|
||||
|
||||
# Compression
|
||||
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -192,7 +192,7 @@ GEM
|
|||
execjs
|
||||
multi_json (>= 1.3)
|
||||
rake
|
||||
et-orbi (1.1.0)
|
||||
et-orbi (1.1.6)
|
||||
tzinfo
|
||||
ethon (0.11.0)
|
||||
ffi (>= 1.3.0)
|
||||
|
|
@ -238,6 +238,9 @@ 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)
|
||||
raabro (~> 1.1)
|
||||
fuubar (2.3.2)
|
||||
rspec-core (~> 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
|
|
@ -474,6 +477,7 @@ GEM
|
|||
byebug (~> 10.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (3.0.3)
|
||||
raabro (1.1.6)
|
||||
rack (2.0.6)
|
||||
rack-cors (1.0.2)
|
||||
rack-google-analytics (1.2.0)
|
||||
|
|
@ -622,8 +626,6 @@ GEM
|
|||
ruby-progressbar (1.10.0)
|
||||
ruby_dep (1.5.0)
|
||||
rubyzip (1.2.2)
|
||||
rufus-scheduler (3.4.2)
|
||||
et-orbi (~> 1.0)
|
||||
rugged (0.27.5)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.25)
|
||||
|
|
@ -648,8 +650,8 @@ GEM
|
|||
connection_pool (~> 2.2, >= 2.2.2)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 3.3.5, < 5)
|
||||
sidekiq-cron (0.6.3)
|
||||
rufus-scheduler (>= 3.3.0)
|
||||
sidekiq-cron (1.0.4)
|
||||
fugit (~> 1.1)
|
||||
sidekiq (>= 4.2.1)
|
||||
simple_captcha2 (0.4.3)
|
||||
rails (>= 4.1)
|
||||
|
|
@ -879,7 +881,7 @@ DEPENDENCIES
|
|||
secure_headers (= 5.0.5)
|
||||
shoulda-matchers (= 3.1.2)
|
||||
sidekiq (= 5.2.3)
|
||||
sidekiq-cron (= 0.6.3)
|
||||
sidekiq-cron (= 1.0.4)
|
||||
simple_captcha2 (= 0.4.3)
|
||||
simplecov (= 0.16.1)
|
||||
sinon-rails (= 1.15.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue