update sidekiq to 5.2.8
This commit is contained in:
parent
bec7e77e9e
commit
1da14f2ef7
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -38,7 +38,7 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha"
|
|||
# Background processing
|
||||
|
||||
gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272
|
||||
gem "sidekiq", "5.2.7"
|
||||
gem "sidekiq", "5.2.8"
|
||||
|
||||
# Scheduled processing
|
||||
|
||||
|
|
|
|||
|
|
@ -497,7 +497,7 @@ GEM
|
|||
pry (~> 0.10)
|
||||
public_suffix (4.0.3)
|
||||
raabro (1.1.6)
|
||||
rack (2.2.2)
|
||||
rack (2.0.9)
|
||||
rack-cors (1.1.1)
|
||||
rack (>= 2.0.0)
|
||||
rack-google-analytics (1.2.0)
|
||||
|
|
@ -672,9 +672,9 @@ GEM
|
|||
shellany (0.0.1)
|
||||
shoulda-matchers (4.0.1)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (5.2.7)
|
||||
sidekiq (5.2.8)
|
||||
connection_pool (~> 2.2, >= 2.2.2)
|
||||
rack (>= 1.5.0)
|
||||
rack (< 2.1.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 3.3.5, < 5)
|
||||
sidekiq-cron (1.1.0)
|
||||
|
|
@ -908,7 +908,7 @@ DEPENDENCIES
|
|||
sass-rails (= 5.0.7)
|
||||
secure_headers (= 6.3.0)
|
||||
shoulda-matchers (= 4.0.1)
|
||||
sidekiq (= 5.2.7)
|
||||
sidekiq (= 5.2.8)
|
||||
sidekiq-cron (= 1.1.0)
|
||||
simple_captcha2 (= 0.4.3)
|
||||
simplecov (= 0.16.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue