Bump sidekiq
This commit is contained in:
parent
fe0c143c89
commit
c8fba1ffad
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -38,7 +38,7 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "redis", "4.5.1"
|
gem "redis", "4.5.1"
|
||||||
gem "sidekiq", "6.2.1"
|
gem "sidekiq", "6.2.2"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -683,7 +683,7 @@ GEM
|
||||||
secure_headers (6.3.3)
|
secure_headers (6.3.3)
|
||||||
shoulda-matchers (4.5.1)
|
shoulda-matchers (4.5.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
sidekiq (6.2.1)
|
sidekiq (6.2.2)
|
||||||
connection_pool (>= 2.2.2)
|
connection_pool (>= 2.2.2)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
redis (>= 4.2.0)
|
redis (>= 4.2.0)
|
||||||
|
|
@ -911,7 +911,7 @@ DEPENDENCIES
|
||||||
sass-rails (= 5.0.7)
|
sass-rails (= 5.0.7)
|
||||||
secure_headers (= 6.3.3)
|
secure_headers (= 6.3.3)
|
||||||
shoulda-matchers (= 4.5.1)
|
shoulda-matchers (= 4.5.1)
|
||||||
sidekiq (= 6.2.1)
|
sidekiq (= 6.2.2)
|
||||||
sidekiq-cron (= 1.2.0)
|
sidekiq-cron (= 1.2.0)
|
||||||
simple_captcha2 (= 0.5.0)
|
simple_captcha2 (= 0.5.0)
|
||||||
simplecov (= 0.21.2)
|
simplecov (= 0.21.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue