Bump sidekiq-cron

This commit is contained in:
Benjamin Neff 2018-11-10 19:13:09 +01:00
parent 3dbc0fc632
commit 8ee15ebc13
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 9 additions and 7 deletions

View file

@ -40,7 +40,7 @@ gem "sidekiq", "5.2.3"
# Scheduled processing # Scheduled processing
gem "sidekiq-cron", "0.6.3" gem "sidekiq-cron", "1.0.4"
# Compression # Compression

View file

@ -192,7 +192,7 @@ GEM
execjs execjs
multi_json (>= 1.3) multi_json (>= 1.3)
rake rake
et-orbi (1.1.0) et-orbi (1.1.6)
tzinfo tzinfo
ethon (0.11.0) ethon (0.11.0)
ffi (>= 1.3.0) ffi (>= 1.3.0)
@ -238,6 +238,9 @@ 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)
et-orbi (~> 1.1, >= 1.1.6)
raabro (~> 1.1)
fuubar (2.3.2) fuubar (2.3.2)
rspec-core (~> 3.0) rspec-core (~> 3.0)
ruby-progressbar (~> 1.4) ruby-progressbar (~> 1.4)
@ -474,6 +477,7 @@ GEM
byebug (~> 10.0) byebug (~> 10.0)
pry (~> 0.10) pry (~> 0.10)
public_suffix (3.0.3) public_suffix (3.0.3)
raabro (1.1.6)
rack (2.0.6) rack (2.0.6)
rack-cors (1.0.2) rack-cors (1.0.2)
rack-google-analytics (1.2.0) rack-google-analytics (1.2.0)
@ -622,8 +626,6 @@ GEM
ruby-progressbar (1.10.0) ruby-progressbar (1.10.0)
ruby_dep (1.5.0) ruby_dep (1.5.0)
rubyzip (1.2.2) rubyzip (1.2.2)
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
rugged (0.27.5) rugged (0.27.5)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.25) sass (3.4.25)
@ -648,8 +650,8 @@ GEM
connection_pool (~> 2.2, >= 2.2.2) connection_pool (~> 2.2, >= 2.2.2)
rack-protection (>= 1.5.0) rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5) redis (>= 3.3.5, < 5)
sidekiq-cron (0.6.3) sidekiq-cron (1.0.4)
rufus-scheduler (>= 3.3.0) fugit (~> 1.1)
sidekiq (>= 4.2.1) sidekiq (>= 4.2.1)
simple_captcha2 (0.4.3) simple_captcha2 (0.4.3)
rails (>= 4.1) rails (>= 4.1)
@ -879,7 +881,7 @@ DEPENDENCIES
secure_headers (= 5.0.5) secure_headers (= 5.0.5)
shoulda-matchers (= 3.1.2) shoulda-matchers (= 3.1.2)
sidekiq (= 5.2.3) sidekiq (= 5.2.3)
sidekiq-cron (= 0.6.3) sidekiq-cron (= 1.0.4)
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)