Bump sidekiq

This commit is contained in:
Benjamin Neff 2021-11-06 01:52:55 +01:00
parent fe0c143c89
commit c8fba1ffad
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.5.0", require: "simple_captcha"
# Background processing
gem "redis", "4.5.1"
gem "sidekiq", "6.2.1"
gem "sidekiq", "6.2.2"
# Scheduled processing

View file

@ -683,7 +683,7 @@ GEM
secure_headers (6.3.3)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.2.1)
sidekiq (6.2.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
@ -911,7 +911,7 @@ DEPENDENCIES
sass-rails (= 5.0.7)
secure_headers (= 6.3.3)
shoulda-matchers (= 4.5.1)
sidekiq (= 6.2.1)
sidekiq (= 6.2.2)
sidekiq-cron (= 1.2.0)
simple_captcha2 (= 0.5.0)
simplecov (= 0.21.2)