diff --git a/Gemfile b/Gemfile index a6ae022c..5881cdee 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "scenic" # GOVUK GEMS ## ############### # Used to build our forms and style them using govuk-frontend class names -gem "govuk-components", "4.1.2" +gem "govuk-components", "5.4.0" gem "govuk_design_system_formbuilder" gem "notifications-ruby-client" # UK postcode parsing and validation for Ruby diff --git a/Gemfile.lock b/Gemfile.lock index 0b449c3b..b2fbd709 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM request_store (~> 1.2) base64 (0.2.0) bcrypt (3.1.19) - bigdecimal (3.1.7) + bigdecimal (3.1.8) bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -206,10 +206,10 @@ GEM globalid (1.2.1) activesupport (>= 6.1) google-protobuf (3.24.4) - govuk-components (4.1.2) + govuk-components (5.4.0) html-attributes-utils (~> 1.0.0, >= 1.0.0) - pagy (~> 6.0) - view_component (>= 3.3, < 3.7) + pagy (>= 6, < 9) + view_component (>= 3.9, < 3.13) govuk_design_system_formbuilder (4.1.1) actionview (>= 6.1) activemodel (>= 6.1) @@ -221,7 +221,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) importmap-rails (1.2.3) actionpack (>= 6.0.0) @@ -258,10 +258,10 @@ GEM rack (>= 2.1.4.1) marcel (1.0.2) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.6) - minitest (5.22.3) + minitest (5.23.1) msgpack (1.7.2) multi_xml (0.6.0) mutex_m (0.2.0) @@ -486,7 +486,7 @@ GEM uk_postcode (2.1.8) unicode-display_width (2.4.2) version_gem (1.1.3) - view_component (3.6.0) + view_component (3.12.1) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -530,7 +530,7 @@ DEPENDENCIES flipper-active_record flipper-ui foreman - govuk-components (= 4.1.2) + govuk-components (= 5.4.0) govuk_design_system_formbuilder httparty (~> 0.21) importmap-rails (~> 1.2)