diff --git a/Gemfile b/Gemfile index ab7d71ad3..ad3e1893d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "pg", "~> 1.1" gem "puma", "~> 5.0" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" -# Bundle and transpile JavaScript [https://github.com/rails/propshaft/] +# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.4", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3d5712ae7..4f4b352bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,8 +84,8 @@ GEM auto_strip_attributes (2.6.0) activerecord (>= 4.0) aws-eventstream (1.2.0) - aws-partitions (1.620.0) - aws-sdk-core (3.132.0) + aws-partitions (1.627.0) + aws-sdk-core (3.143.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) @@ -132,6 +132,7 @@ GEM childprocess (4.1.0) coderay (1.1.3) concurrent-ruby (1.1.10) + connection_pool (2.2.5) crack (0.4.5) rexml crass (1.0.6) @@ -163,18 +164,18 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.22.0) + faker (2.23.0) i18n (>= 1.8.11, < 2) ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) - govuk-components (3.1.5) + govuk-components (3.2.1) actionpack (>= 6.1) activemodel (>= 6.1) html-attributes-utils (~> 0.9, >= 0.9.2) pagy (~> 5.10.1) railties (>= 6.1) - view_component (~> 2.56.2) + view_component (~> 2.69.0) govuk_design_system_formbuilder (3.1.2) actionview (>= 6.1) activemodel (>= 6.1) @@ -194,7 +195,7 @@ GEM railties (>= 6.0.0) json-schema (3.0.0) addressable (>= 2.8) - jwt (2.4.1) + jwt (2.5.0) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -208,7 +209,7 @@ GEM method_source (1.0.0) mini_mime (1.1.2) minitest (5.16.3) - msgpack (1.5.5) + msgpack (1.5.6) net-imap (0.2.3) digest net-protocol @@ -264,7 +265,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.0) - puma (5.6.4) + puma (5.6.5) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -303,11 +304,14 @@ GEM rainbow (3.1.1) rake (13.0.6) randexp (0.1.7) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - redis (4.7.1) + redis (5.0.3) + redis-client (>= 0.7.4) + redis-client (0.8.0) + connection_pool regexp_parser (2.5.0) request_store (1.5.1) rack (>= 1.4) @@ -394,8 +398,9 @@ GEM concurrent-ruby (~> 1.0) uk_postcode (2.1.8) unicode-display_width (2.2.0) - view_component (2.56.2) + view_component (2.69.0) activesupport (>= 5.0.0, < 8.0) + concurrent-ruby (~> 1.0) method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) diff --git a/app/components/check_answers_summary_list_card_component.html.erb b/app/components/check_answers_summary_list_card_component.html.erb index adf1364c8..73e9335c8 100644 --- a/app/components/check_answers_summary_list_card_component.html.erb +++ b/app/components/check_answers_summary_list_card_component.html.erb @@ -1,5 +1,5 @@