Bump sidekiq

This commit is contained in:
Benjamin Neff 2018-11-10 19:12:09 +01:00
parent 01db49ef26
commit 3dbc0fc632
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 6 additions and 7 deletions

View file

@ -36,7 +36,7 @@ gem "simple_captcha2", "0.4.3", require: "simple_captcha"
# Background processing # Background processing
gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272 gem "redis", "3.3.5" # Pinned to 3.3.x because of https://github.com/antirez/redis/issues/4272
gem "sidekiq", "5.1.3" gem "sidekiq", "5.2.3"
# Scheduled processing # Scheduled processing

View file

@ -125,7 +125,7 @@ GEM
sprockets (< 4.0) sprockets (< 4.0)
concurrent-ruby (1.1.3) concurrent-ruby (1.1.3)
configurate (0.3.1) configurate (0.3.1)
connection_pool (2.2.1) connection_pool (2.2.2)
coveralls (0.8.22) coveralls (0.8.22)
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov (~> 0.16.1) simplecov (~> 0.16.1)
@ -488,7 +488,7 @@ GEM
json-jwt (>= 1.9.0) json-jwt (>= 1.9.0)
rack rack
rack-piwik (0.3.0) rack-piwik (0.3.0)
rack-protection (2.0.1) rack-protection (2.0.4)
rack rack
rack-rewrite (1.5.1) rack-rewrite (1.5.1)
rack-ssl (1.4.1) rack-ssl (1.4.1)
@ -644,9 +644,8 @@ 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 (5.1.3) sidekiq (5.2.3)
concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.2)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0) rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5) redis (>= 3.3.5, < 5)
sidekiq-cron (0.6.3) sidekiq-cron (0.6.3)
@ -879,7 +878,7 @@ DEPENDENCIES
sass-rails (= 5.0.7) sass-rails (= 5.0.7)
secure_headers (= 5.0.5) secure_headers (= 5.0.5)
shoulda-matchers (= 3.1.2) shoulda-matchers (= 3.1.2)
sidekiq (= 5.1.3) sidekiq (= 5.2.3)
sidekiq-cron (= 0.6.3) sidekiq-cron (= 0.6.3)
simple_captcha2 (= 0.4.3) simple_captcha2 (= 0.4.3)
simplecov (= 0.16.1) simplecov (= 0.16.1)