Bump sidekiq

This commit is contained in:
Benjamin Neff 2019-07-03 00:48:36 +02:00
parent e7a7f62531
commit b1441356d2
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,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.2.5" gem "sidekiq", "5.2.7"
# Scheduled processing # Scheduled processing

View file

@ -664,7 +664,7 @@ GEM
shellany (0.0.1) shellany (0.0.1)
shoulda-matchers (4.0.1) shoulda-matchers (4.0.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
sidekiq (5.2.5) sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2) connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0) rack (>= 1.5.0)
rack-protection (>= 1.5.0) rack-protection (>= 1.5.0)
@ -898,7 +898,7 @@ DEPENDENCIES
sass-rails (= 5.0.7) sass-rails (= 5.0.7)
secure_headers (= 6.1.0) secure_headers (= 6.1.0)
shoulda-matchers (= 4.0.1) shoulda-matchers (= 4.0.1)
sidekiq (= 5.2.5) sidekiq (= 5.2.7)
sidekiq-cron (= 1.1.0) sidekiq-cron (= 1.1.0)
simple_captcha2 (= 0.4.3) simple_captcha2 (= 0.4.3)
simplecov (= 0.16.1) simplecov (= 0.16.1)