Bump sidekiq and sidekiq-cron

This commit is contained in:
Benjamin Neff
2024-05-30 02:47:48 +02:00
parent 630b70bcf0
commit d390499e86
2 changed files with 9 additions and 9 deletions

View File

@@ -43,11 +43,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
# Background processing
gem "redis", "4.8.1"
gem "sidekiq", "6.5.9"
gem "sidekiq", "6.5.12"
# Scheduled processing
gem "sidekiq-cron", "1.10.1"
gem "sidekiq-cron", "1.12.0"
# Compression

View File

@@ -230,7 +230,7 @@ GEM
execjs
multi_json (>= 1.3)
rake
et-orbi (1.2.7)
et-orbi (1.2.11)
tzinfo
ethon (0.16.0)
ffi (>= 1.15.0)
@@ -290,8 +290,8 @@ GEM
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (1.1.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
fugit (1.11.0)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
fuubar (2.5.1)
rspec-core (~> 3.0)
@@ -669,11 +669,11 @@ GEM
secure_headers (6.5.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.9)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.10.1)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
@@ -881,8 +881,8 @@ DEPENDENCIES
sassc-rails (= 2.1.2)
secure_headers (= 6.5.0)
shoulda-matchers (= 5.3.0)
sidekiq (= 6.5.9)
sidekiq-cron (= 1.10.1)
sidekiq (= 6.5.12)
sidekiq-cron (= 1.12.0)
simple_captcha2 (= 0.5.0)
simplecov (= 0.22.0)
sinon-rails (= 1.15.0)