diff --git a/Gemfile.lock b/Gemfile.lock index 92faf22e..be113055 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,7 +231,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.7.1) + json (2.7.2) json-schema (4.3.0) addressable (>= 2.8) jwt (2.8.1) @@ -259,7 +259,7 @@ GEM mime-types-data (3.2024.0507) mini_mime (1.1.5) mini_portile2 (2.8.6) - minitest (5.22.3) + minitest (5.23.0) mlanett-redis-lock (0.2.7) redis msgpack (1.7.2) @@ -510,7 +510,7 @@ GEM activerecord (>= 6.1) request_store (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc plek (5.1.0) @@ -575,7 +575,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) redis (4.2.1) - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.5.7) io-console (~> 0.5) request_store (1.7.0) @@ -585,7 +585,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rinku (2.0.6) rouge (4.2.1) rspec-core (3.13.0) @@ -605,7 +606,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -616,18 +617,18 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-govuk (4.16.1) - rubocop (= 1.62.1) - rubocop-ast (= 1.31.2) + rubocop-govuk (4.17.0) + rubocop (= 1.63.5) + rubocop-ast (= 1.31.3) rubocop-rails (= 2.24.1) rubocop-rake (= 0.6.0) - rubocop-rspec (= 2.28.0) + rubocop-rspec (= 2.29.2) rubocop-rails (2.24.1) activesupport (>= 4.2.0) rack (>= 1.1) @@ -635,12 +636,12 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.28.0) + rubocop-rspec (2.29.2) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.2) + rubocop-rspec_rails (2.28.3) rubocop (~> 1.40) ruby-progressbar (1.13.0) sanitize (6.1.0) @@ -688,6 +689,7 @@ GEM sprockets (>= 3.0.0) statsd-ruby (1.5.0) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) thread_safe (0.3.6) timeout (0.4.1)