Bump sidekiq and sidekiq-cron
This commit is contained in:
parent
630b70bcf0
commit
d390499e86
2 changed files with 9 additions and 9 deletions
4
Gemfile
4
Gemfile
|
|
@ -43,11 +43,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "redis", "4.8.1"
|
gem "redis", "4.8.1"
|
||||||
gem "sidekiq", "6.5.9"
|
gem "sidekiq", "6.5.12"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
gem "sidekiq-cron", "1.10.1"
|
gem "sidekiq-cron", "1.12.0"
|
||||||
|
|
||||||
# Compression
|
# Compression
|
||||||
|
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -230,7 +230,7 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
multi_json (>= 1.3)
|
multi_json (>= 1.3)
|
||||||
rake
|
rake
|
||||||
et-orbi (1.2.7)
|
et-orbi (1.2.11)
|
||||||
tzinfo
|
tzinfo
|
||||||
ethon (0.16.0)
|
ethon (0.16.0)
|
||||||
ffi (>= 1.15.0)
|
ffi (>= 1.15.0)
|
||||||
|
|
@ -290,8 +290,8 @@ GEM
|
||||||
fog-core
|
fog-core
|
||||||
nokogiri (>= 1.5.11, < 2.0.0)
|
nokogiri (>= 1.5.11, < 2.0.0)
|
||||||
formatador (1.1.0)
|
formatador (1.1.0)
|
||||||
fugit (1.8.1)
|
fugit (1.11.0)
|
||||||
et-orbi (~> 1, >= 1.2.7)
|
et-orbi (~> 1, >= 1.2.11)
|
||||||
raabro (~> 1.4)
|
raabro (~> 1.4)
|
||||||
fuubar (2.5.1)
|
fuubar (2.5.1)
|
||||||
rspec-core (~> 3.0)
|
rspec-core (~> 3.0)
|
||||||
|
|
@ -669,11 +669,11 @@ GEM
|
||||||
secure_headers (6.5.0)
|
secure_headers (6.5.0)
|
||||||
shoulda-matchers (5.3.0)
|
shoulda-matchers (5.3.0)
|
||||||
activesupport (>= 5.2.0)
|
activesupport (>= 5.2.0)
|
||||||
sidekiq (6.5.9)
|
sidekiq (6.5.12)
|
||||||
connection_pool (>= 2.2.5, < 3)
|
connection_pool (>= 2.2.5, < 3)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
redis (>= 4.5.0, < 5)
|
redis (>= 4.5.0, < 5)
|
||||||
sidekiq-cron (1.10.1)
|
sidekiq-cron (1.12.0)
|
||||||
fugit (~> 1.8)
|
fugit (~> 1.8)
|
||||||
globalid (>= 1.0.1)
|
globalid (>= 1.0.1)
|
||||||
sidekiq (>= 6)
|
sidekiq (>= 6)
|
||||||
|
|
@ -881,8 +881,8 @@ DEPENDENCIES
|
||||||
sassc-rails (= 2.1.2)
|
sassc-rails (= 2.1.2)
|
||||||
secure_headers (= 6.5.0)
|
secure_headers (= 6.5.0)
|
||||||
shoulda-matchers (= 5.3.0)
|
shoulda-matchers (= 5.3.0)
|
||||||
sidekiq (= 6.5.9)
|
sidekiq (= 6.5.12)
|
||||||
sidekiq-cron (= 1.10.1)
|
sidekiq-cron (= 1.12.0)
|
||||||
simple_captcha2 (= 0.5.0)
|
simple_captcha2 (= 0.5.0)
|
||||||
simplecov (= 0.22.0)
|
simplecov (= 0.22.0)
|
||||||
sinon-rails (= 1.15.0)
|
sinon-rails (= 1.15.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue