Bump sidekiq
This commit is contained in:
parent
c79b862490
commit
1bd60ec39c
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha"
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "sidekiq", "4.1.4"
|
gem "sidekiq", "4.2.2"
|
||||||
gem "sinatra", "1.4.7"
|
gem "sinatra", "1.4.7"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
|
||||||
|
|
@ -784,11 +784,11 @@ GEM
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
shoulda-matchers (3.1.1)
|
shoulda-matchers (3.1.1)
|
||||||
activesupport (>= 4.0.0)
|
activesupport (>= 4.0.0)
|
||||||
sidekiq (4.1.4)
|
sidekiq (4.2.2)
|
||||||
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)
|
||||||
redis (~> 3.2, >= 3.2.1)
|
redis (~> 3.2, >= 3.2.1)
|
||||||
sinatra (>= 1.4.7)
|
|
||||||
sidekiq-cron (0.4.2)
|
sidekiq-cron (0.4.2)
|
||||||
redis-namespace (>= 1.5.2)
|
redis-namespace (>= 1.5.2)
|
||||||
rufus-scheduler (>= 2.0.24)
|
rufus-scheduler (>= 2.0.24)
|
||||||
|
|
@ -1029,7 +1029,7 @@ DEPENDENCIES
|
||||||
sass-rails (= 5.0.6)
|
sass-rails (= 5.0.6)
|
||||||
secure_headers (= 3.4.1)
|
secure_headers (= 3.4.1)
|
||||||
shoulda-matchers (= 3.1.1)
|
shoulda-matchers (= 3.1.1)
|
||||||
sidekiq (= 4.1.4)
|
sidekiq (= 4.2.2)
|
||||||
sidekiq-cron (= 0.4.2)
|
sidekiq-cron (= 0.4.2)
|
||||||
simple_captcha2 (= 0.4.0)
|
simple_captcha2 (= 0.4.0)
|
||||||
simplecov (= 0.12.0)
|
simplecov (= 0.12.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue