Bump sidekiq and sidekiq-cron
This commit is contained in:
parent
01ab639736
commit
c72b30130e
2 changed files with 6 additions and 6 deletions
4
Gemfile
4
Gemfile
|
|
@ -38,11 +38,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
|
|||
# Background processing
|
||||
|
||||
gem "redis", "4.7.0"
|
||||
gem "sidekiq", "6.4.2"
|
||||
gem "sidekiq", "6.5.1"
|
||||
|
||||
# Scheduled processing
|
||||
|
||||
gem "sidekiq-cron", "1.4.0"
|
||||
gem "sidekiq-cron", "1.6.0"
|
||||
|
||||
# Compression
|
||||
|
||||
|
|
|
|||
|
|
@ -681,11 +681,11 @@ GEM
|
|||
secure_headers (6.3.3)
|
||||
shoulda-matchers (4.5.1)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (6.4.2)
|
||||
sidekiq (6.5.1)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
sidekiq-cron (1.4.0)
|
||||
sidekiq-cron (1.6.0)
|
||||
fugit (~> 1)
|
||||
sidekiq (>= 4.2.1)
|
||||
simple_captcha2 (0.5.0)
|
||||
|
|
@ -910,8 +910,8 @@ DEPENDENCIES
|
|||
sassc-rails (= 2.1.2)
|
||||
secure_headers (= 6.3.3)
|
||||
shoulda-matchers (= 4.5.1)
|
||||
sidekiq (= 6.4.2)
|
||||
sidekiq-cron (= 1.4.0)
|
||||
sidekiq (= 6.5.1)
|
||||
sidekiq-cron (= 1.6.0)
|
||||
simple_captcha2 (= 0.5.0)
|
||||
simplecov (= 0.21.2)
|
||||
sinon-rails (= 1.15.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue