Bump sidekiq
This commit is contained in:
parent
02a0650b0e
commit
53bf478f24
2 changed files with 3 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -32,7 +32,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha"
|
|||
|
||||
# Background processing
|
||||
|
||||
gem "sidekiq", "4.0.1"
|
||||
gem "sidekiq", "4.1.0"
|
||||
gem "sinatra", "1.4.7"
|
||||
|
||||
# Scheduled processing
|
||||
|
|
|
|||
|
|
@ -769,10 +769,9 @@ GEM
|
|||
shellany (0.0.1)
|
||||
shoulda-matchers (3.0.1)
|
||||
activesupport (>= 4.0.0)
|
||||
sidekiq (4.0.1)
|
||||
sidekiq (4.1.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
connection_pool (~> 2.2, >= 2.2.0)
|
||||
json (~> 1.0)
|
||||
redis (~> 3.2, >= 3.2.1)
|
||||
sidekiq-cron (0.4.1)
|
||||
redis-namespace (>= 1.5.2)
|
||||
|
|
@ -1012,7 +1011,7 @@ DEPENDENCIES
|
|||
sass-rails (= 5.0.4)
|
||||
selenium-webdriver (= 2.47.1)
|
||||
shoulda-matchers (= 3.0.1)
|
||||
sidekiq (= 4.0.1)
|
||||
sidekiq (= 4.1.0)
|
||||
sidekiq-cron (= 0.4.1)
|
||||
simple_captcha2 (= 0.4.0)
|
||||
simplecov (= 0.11.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue