Bump sidekiq
This commit is contained in:
parent
2c9dccbb9a
commit
09688fad44
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -32,7 +32,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha"
|
|||
|
||||
# Background processing
|
||||
|
||||
gem "sidekiq", "4.2.2"
|
||||
gem "sidekiq", "4.2.9"
|
||||
|
||||
# Scheduled processing
|
||||
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -126,9 +126,9 @@ GEM
|
|||
compass (~> 1.0.0)
|
||||
sass-rails (< 5.1)
|
||||
sprockets (< 2.13)
|
||||
concurrent-ruby (1.0.2)
|
||||
concurrent-ruby (1.0.5)
|
||||
configurate (0.3.1)
|
||||
connection_pool (2.2.0)
|
||||
connection_pool (2.2.1)
|
||||
coveralls (0.8.15)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov (~> 0.12.0)
|
||||
|
|
@ -597,7 +597,7 @@ GEM
|
|||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.4.0)
|
||||
redis (3.3.1)
|
||||
redis (3.3.3)
|
||||
redis-namespace (1.5.2)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
remotipart (1.2.1)
|
||||
|
|
@ -657,10 +657,10 @@ GEM
|
|||
shellany (0.0.1)
|
||||
shoulda-matchers (3.1.1)
|
||||
activesupport (>= 4.0.0)
|
||||
sidekiq (4.2.2)
|
||||
sidekiq (4.2.9)
|
||||
concurrent-ruby (~> 1.0)
|
||||
connection_pool (~> 2.2, >= 2.2.0)
|
||||
rack-protection (~> 1.5)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (~> 3.2, >= 3.2.1)
|
||||
sidekiq-cron (0.4.4)
|
||||
redis-namespace (>= 1.5.2)
|
||||
|
|
@ -900,7 +900,7 @@ DEPENDENCIES
|
|||
sass-rails (= 5.0.6)
|
||||
secure_headers (= 3.6.1)
|
||||
shoulda-matchers (= 3.1.1)
|
||||
sidekiq (= 4.2.2)
|
||||
sidekiq (= 4.2.9)
|
||||
sidekiq-cron (= 0.4.4)
|
||||
simple_captcha2 (= 0.4.0)
|
||||
simplecov (= 0.12.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue