Bump sidekiq and sidekiq-cron

This commit is contained in:
Benjamin Neff 2022-07-17 21:35:56 +02:00
parent 01ab639736
commit c72b30130e
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 6 additions and 6 deletions

View file

@ -38,11 +38,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
# Background processing
gem "redis", "4.7.0"
gem "sidekiq", "6.4.2"
gem "sidekiq", "6.5.1"
# Scheduled processing
gem "sidekiq-cron", "1.4.0"
gem "sidekiq-cron", "1.6.0"
# Compression

View file

@ -681,11 +681,11 @@ GEM
secure_headers (6.3.3)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.4.2)
sidekiq (6.5.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq-cron (1.4.0)
sidekiq-cron (1.6.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
simple_captcha2 (0.5.0)
@ -910,8 +910,8 @@ DEPENDENCIES
sassc-rails (= 2.1.2)
secure_headers (= 6.3.3)
shoulda-matchers (= 4.5.1)
sidekiq (= 6.4.2)
sidekiq-cron (= 1.4.0)
sidekiq (= 6.5.1)
sidekiq-cron (= 1.6.0)
simple_captcha2 (= 0.5.0)
simplecov (= 0.21.2)
sinon-rails (= 1.15.0)