diff --git a/Gemfile b/Gemfile index 947334cae..51681542e 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index e23a2dd44..64da61bfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)