From 2ec6c6240f323341eac168ebface76c7c54b14c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 01:16:07 +0000 Subject: [PATCH] Bump govuk-components from 4.1.2 to 5.0.1 Bumps [govuk-components](https://github.com/x-govuk/govuk-components) from 4.1.2 to 5.0.1. - [Release notes](https://github.com/x-govuk/govuk-components/releases) - [Commits](https://github.com/x-govuk/govuk-components/compare/v4.1.2...v5.0.1) --- updated-dependencies: - dependency-name: govuk-components dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3fc8d31a..faf75be9 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.1" 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..1c487356 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.1) html-attributes-utils (~> 1.0.0, >= 1.0.0) pagy (~> 6.0) - view_component (>= 3.3, < 3.7) + view_component (>= 3.3, < 3.9) 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.8.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.1) govuk_design_system_formbuilder httparty (~> 0.21) importmap-rails (~> 1.2)