diff --git a/Gemfile b/Gemfile index 3fc8d31a..6120f203 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.0.2" 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 a7017861..8e1749a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.0.2) html-attributes-utils (~> 1.0.0, >= 1.0.0) pagy (~> 6.0) - view_component (>= 3.3, < 3.7) + view_component (>= 3.9, < 3.10) govuk_design_system_formbuilder (4.1.1) actionview (>= 6.1) activemodel (>= 6.1) @@ -477,7 +477,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.9.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -520,7 +520,7 @@ DEPENDENCIES flipper-active_record flipper-ui foreman - govuk-components (= 4.1.2) + govuk-components (= 5.0.2) govuk_design_system_formbuilder httparty (~> 0.21) importmap-rails (~> 1.2)