Bump sidekiq

This commit is contained in:
Benjamin Neff 2017-08-03 03:14:30 +02:00
parent 61afb35803
commit 31acb5348a
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 # Background processing
gem "sidekiq", "4.2.10" gem "sidekiq", "5.0.4"
# Scheduled processing # Scheduled processing

View file

@ -628,11 +628,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 (4.2.10) sidekiq (5.0.4)
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.2, >= 3.2.1) redis (~> 3.3, >= 3.3.3)
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)
@ -865,7 +865,7 @@ DEPENDENCIES
sass-rails (= 5.0.6) sass-rails (= 5.0.6)
secure_headers (= 3.6.7) secure_headers (= 3.6.7)
shoulda-matchers (= 3.1.2) shoulda-matchers (= 3.1.2)
sidekiq (= 4.2.10) sidekiq (= 5.0.4)
sidekiq-cron (= 0.6.3) sidekiq-cron (= 0.6.3)
simple_captcha2 (= 0.4.3) simple_captcha2 (= 0.4.3)
simplecov (= 0.12.0) simplecov (= 0.12.0)