Bump sidekiq
This commit is contained in:
parent
a55654b7ee
commit
1e8f404b65
2 changed files with 7 additions and 5 deletions
3
Gemfile
3
Gemfile
|
|
@ -35,7 +35,8 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha"
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "sidekiq", "5.0.4"
|
gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272
|
||||||
|
gem "sidekiq", "5.1.3"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -583,7 +583,7 @@ GEM
|
||||||
rb-inotify (0.9.10)
|
rb-inotify (0.9.10)
|
||||||
ffi (>= 0.5.0, < 2)
|
ffi (>= 0.5.0, < 2)
|
||||||
redcarpet (3.4.0)
|
redcarpet (3.4.0)
|
||||||
redis (3.3.3)
|
redis (3.3.5)
|
||||||
request_store (1.3.2)
|
request_store (1.3.2)
|
||||||
responders (2.4.0)
|
responders (2.4.0)
|
||||||
actionpack (>= 4.2.0, < 5.3)
|
actionpack (>= 4.2.0, < 5.3)
|
||||||
|
|
@ -644,11 +644,11 @@ GEM
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
shoulda-matchers (3.1.2)
|
shoulda-matchers (3.1.2)
|
||||||
activesupport (>= 4.0.0)
|
activesupport (>= 4.0.0)
|
||||||
sidekiq (5.0.4)
|
sidekiq (5.1.3)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
connection_pool (~> 2.2, >= 2.2.0)
|
connection_pool (~> 2.2, >= 2.2.0)
|
||||||
rack-protection (>= 1.5.0)
|
rack-protection (>= 1.5.0)
|
||||||
redis (~> 3.3, >= 3.3.3)
|
redis (>= 3.3.5, < 5)
|
||||||
sidekiq-cron (0.6.3)
|
sidekiq-cron (0.6.3)
|
||||||
rufus-scheduler (>= 3.3.0)
|
rufus-scheduler (>= 3.3.0)
|
||||||
sidekiq (>= 4.2.1)
|
sidekiq (>= 4.2.1)
|
||||||
|
|
@ -874,6 +874,7 @@ DEPENDENCIES
|
||||||
rb-fsevent (= 0.10.2)
|
rb-fsevent (= 0.10.2)
|
||||||
rb-inotify (= 0.9.10)
|
rb-inotify (= 0.9.10)
|
||||||
redcarpet (= 3.4.0)
|
redcarpet (= 3.4.0)
|
||||||
|
redis (= 3.3.5)
|
||||||
responders (= 2.4.0)
|
responders (= 2.4.0)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
rspec-rails (= 3.6.1)
|
rspec-rails (= 3.6.1)
|
||||||
|
|
@ -883,7 +884,7 @@ DEPENDENCIES
|
||||||
sass-rails (= 5.0.6)
|
sass-rails (= 5.0.6)
|
||||||
secure_headers (= 3.7.1)
|
secure_headers (= 3.7.1)
|
||||||
shoulda-matchers (= 3.1.2)
|
shoulda-matchers (= 3.1.2)
|
||||||
sidekiq (= 5.0.4)
|
sidekiq (= 5.1.3)
|
||||||
sidekiq-cron (= 0.6.3)
|
sidekiq-cron (= 0.6.3)
|
||||||
simple_captcha2 (= 0.4.3)
|
simple_captcha2 (= 0.4.3)
|
||||||
simplecov (= 0.14.1)
|
simplecov (= 0.14.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue