diff --git a/Gemfile b/Gemfile index 9968bd758c..3055ca7680 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ gem "google-api-client", ">= 0.53.0", require: false gem "net-smtp", ">= 0.3.3", require: false gem "rack-page_caching", github: "pkorenev/rack-page_caching", ref: "9ca404f" -gem "sidekiq", "~> 6.5.0" +gem "sidekiq", "~> 7.3.6" gem "sidekiq-cron" # Fix CVE errors @@ -123,7 +123,7 @@ group :development, :test do gem "byebug", platforms: %i[mri mingw x64_mingw] # GOV.UK interpretation of rubocop for linting Ruby - gem "rubocop-govuk", "~> 5.0.2" + gem "rubocop-govuk", "~> 5.0.4" # Static security scanner gem "brakeman", "~> 6.2.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 12431de7d4..640c511a96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,9 +198,9 @@ GEM delegate (0.3.1) diff-lcs (1.5.1) docile (1.4.0) - dotenv (3.1.2) - dotenv-rails (3.1.2) - dotenv (= 3.1.2) + dotenv (3.1.4) + dotenv-rails (3.1.4) + dotenv (= 3.1.4) railties (>= 6.1) erb_lint (0.5.0) activesupport @@ -252,7 +252,7 @@ GEM fastimage (2.3.1) ffi (1.15.5) foreman (0.88.1) - fugit (1.11.0) + fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) gems (1.2.0) @@ -326,7 +326,7 @@ GEM invisible_captcha (2.3.0) rails (>= 5.2) iso_country_codes (0.7.8) - json (2.7.2) + json (2.9.0) jwt (2.7.1) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -390,18 +390,18 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) - nokogiri (1.16.7) + nio4r (2.7.4) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.16.8-x86_64-linux) racc (~> 1.4) observer (0.1.1) os (1.1.4) package_json (0.1.0) pagy (9.0.5) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) racc pg (1.5.4) @@ -416,7 +416,7 @@ GEM pry-rails (0.3.11) pry (>= 0.13.0) public_suffix (6.0.1) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) @@ -449,9 +449,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails_semantic_logger (4.17.0) rack railties (>= 5.1) @@ -477,7 +477,7 @@ GEM redis (>= 3, < 6) redlock (1.3.2) redis (>= 3.0.0, < 6.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -485,8 +485,7 @@ GEM request_store_rails (2.0.0) concurrent-ruby (~> 1.0) retriable (3.1.2) - rexml (3.3.3) - strscan + rexml (3.3.9) rinku (2.0.6) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -514,36 +513,35 @@ GEM htmlentities (~> 4.3) rspec (~> 3.0) rspec-support (3.13.1) - rubocop (1.64.1) + rubocop (1.69.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-govuk (5.0.2) - rubocop (= 1.64.1) - rubocop-ast (= 1.31.3) + rubocop-govuk (5.0.4) + rubocop (= 1.69.0) + rubocop-ast (= 1.36.2) rubocop-capybara (= 2.21.0) - rubocop-rails (= 2.25.1) + rubocop-rails (= 2.27.0) rubocop-rake (= 0.6.0) - rubocop-rspec (= 3.0.1) - rubocop-rails (2.25.1) + rubocop-rspec (= 3.2.0) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.1) + rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -571,10 +569,11 @@ GEM semantic_range (>= 2.3.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.3.6) + connection_pool (>= 2.3.0) + logger + rack (>= 2.2.4) + redis-client (>= 0.22.2) sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) @@ -599,7 +598,6 @@ GEM spring (>= 4) stoplight (3.0.2) redlock (~> 1.0) - strscan (3.1.0) text (1.3.1) thor (1.3.2) timeliness (0.4.5) @@ -609,7 +607,9 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) - unicode-display_width (2.5.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) vcr (6.3.1) base64 victor (0.3.4) @@ -703,14 +703,14 @@ DEPENDENCIES rspec-rails (~> 7.1.0) rspec-retry rspec-sonarqube-formatter (~> 1.6.1) - rubocop-govuk (~> 5.0.2) + rubocop-govuk (~> 5.0.4) secure_headers selenium-webdriver (~> 4.21.1) sentry-rails (>= 5.10.0) sentry-ruby (~> 5.17.3) shakapacker (= 8.0.2) shoulda-matchers - sidekiq (~> 6.5.0) + sidekiq (~> 7.3.6) sidekiq-cron simplecov skylight (~> 6.0.4)