Bump sidekiq

This commit is contained in:
Benjamin Neff 2017-07-21 03:14:38 +02:00
parent 816fa55862
commit a89ad99617
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha"
# Background processing
gem "sidekiq", "4.2.9"
gem "sidekiq", "4.2.10"
# Scheduled processing

View file

@ -480,7 +480,7 @@ GEM
multi_json (>= 1.3.6)
rack (>= 1.1)
rack-piwik (0.3.0)
rack-protection (1.5.3)
rack-protection (2.0.0)
rack
rack-rewrite (1.5.1)
rack-ssl (1.4.1)
@ -632,7 +632,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (3.1.1)
activesupport (>= 4.0.0)
sidekiq (4.2.9)
sidekiq (4.2.10)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
@ -873,7 +873,7 @@ DEPENDENCIES
sass-rails (= 5.0.6)
secure_headers (= 3.6.1)
shoulda-matchers (= 3.1.1)
sidekiq (= 4.2.9)
sidekiq (= 4.2.10)
sidekiq-cron (= 0.4.5)
simple_captcha2 (= 0.4.3)
simplecov (= 0.12.0)