Bump sidekiq
This commit is contained in:
parent
e7a7f62531
commit
b1441356d2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -38,7 +38,7 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha"
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272
|
gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272
|
||||||
gem "sidekiq", "5.2.5"
|
gem "sidekiq", "5.2.7"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -664,7 +664,7 @@ GEM
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
shoulda-matchers (4.0.1)
|
shoulda-matchers (4.0.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
sidekiq (5.2.5)
|
sidekiq (5.2.7)
|
||||||
connection_pool (~> 2.2, >= 2.2.2)
|
connection_pool (~> 2.2, >= 2.2.2)
|
||||||
rack (>= 1.5.0)
|
rack (>= 1.5.0)
|
||||||
rack-protection (>= 1.5.0)
|
rack-protection (>= 1.5.0)
|
||||||
|
|
@ -898,7 +898,7 @@ DEPENDENCIES
|
||||||
sass-rails (= 5.0.7)
|
sass-rails (= 5.0.7)
|
||||||
secure_headers (= 6.1.0)
|
secure_headers (= 6.1.0)
|
||||||
shoulda-matchers (= 4.0.1)
|
shoulda-matchers (= 4.0.1)
|
||||||
sidekiq (= 5.2.5)
|
sidekiq (= 5.2.7)
|
||||||
sidekiq-cron (= 1.1.0)
|
sidekiq-cron (= 1.1.0)
|
||||||
simple_captcha2 (= 0.4.3)
|
simple_captcha2 (= 0.4.3)
|
||||||
simplecov (= 0.16.1)
|
simplecov (= 0.16.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue