From 39c340a6d6732061307d25b373fbe59d41efd99e Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 8 Jan 2024 10:42:22 +0000 Subject: [PATCH] Update component versions --- Gemfile | 6 +++--- Gemfile.lock | 42 +++++++++++++++++++----------------------- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index 314849ff2..4a650a02d 100644 --- a/Gemfile +++ b/Gemfile @@ -18,9 +18,9 @@ gem "jsbundling-rails" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.4", require: false # GOV UK frontend components -gem "govuk-components" +gem "govuk-components", "~> 5.0" # GOV UK component form builder DSL -gem "govuk_design_system_formbuilder", "3.1.2" +gem "govuk_design_system_formbuilder", "~> 5.0" # Convert Markdown into GOV.UK frontend-styled HTML gem "govuk_markdown" # GOV UK Notify @@ -40,7 +40,7 @@ gem "uk_postcode" # Get rich data from postcode lookups. Wraps postcodes.io gem "postcodes_io" # Use Ruby objects to build reusable markup. A React inspired evolution of the presenter pattern -gem "view_component" +gem "view_component", "~> 3.9" # Use the AWS S3 SDK as storage mechanism gem "aws-sdk-s3" # Track changes to models for auditing or versioning. diff --git a/Gemfile.lock b/Gemfile.lock index b4e3d0587..b04fdd8ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,23 +171,20 @@ GEM raabro (~> 1.4) globalid (1.1.0) activesupport (>= 5.0) - 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.69.0) - govuk_design_system_formbuilder (3.1.2) + govuk-components (5.0.2) + html-attributes-utils (~> 1.0.0, >= 1.0.0) + pagy (~> 6.0) + view_component (>= 3.9, < 3.10) + govuk_design_system_formbuilder (5.0.0) actionview (>= 6.1) activemodel (>= 6.1) activesupport (>= 6.1) - html-attributes-utils (~> 0.9, >= 0.9.2) + html-attributes-utils (~> 1) govuk_markdown (2.0.0) activesupport redcarpet hashdiff (1.0.1) - html-attributes-utils (0.9.2) + html-attributes-utils (1.0.2) activesupport (>= 6.1.4.4) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -203,7 +200,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -215,7 +212,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - minitest (5.19.0) + minitest (5.20.0) msgpack (1.6.0) net-imap (0.3.7) date @@ -227,11 +224,11 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.16.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) notifications-ruby-client (5.4.0) jwt (>= 1.5, < 3) @@ -240,8 +237,7 @@ GEM childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) rexml (~> 3.2) - pagy (5.10.1) - activesupport + pagy (6.2.0) paper_trail (14.0.0) activerecord (>= 6.0) request_store (~> 1.4) @@ -274,7 +270,7 @@ GEM pundit (2.3.0) activesupport (>= 3.0.0) raabro (1.4.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-attack (6.6.1) rack (>= 1.0, < 3) @@ -412,8 +408,8 @@ GEM concurrent-ruby (~> 1.0) uk_postcode (2.1.8) unicode-display_width (2.4.2) - view_component (2.69.0) - activesupport (>= 5.0.0, < 8.0) + view_component (3.9.0) + activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) warden (1.2.9) @@ -459,8 +455,8 @@ DEPENDENCIES erb_lint factory_bot_rails faker - govuk-components - govuk_design_system_formbuilder (= 3.1.2) + govuk-components (~> 5.0) + govuk_design_system_formbuilder (~> 5.0) govuk_markdown jsbundling-rails json-schema @@ -497,7 +493,7 @@ DEPENDENCIES timecop (~> 0.9.4) tzinfo-data uk_postcode - view_component + view_component (~> 3.9) web-console (>= 4.1.0) webmock