From e81120022330aa19662cf94453bb65f1c96e5b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:02:31 +0000 Subject: [PATCH] Bump govuk_design_system_formbuilder from 5.7.1 to 5.8.0 Bumps [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) from 5.7.1 to 5.8.0. - [Release notes](https://github.com/x-govuk/govuk-form-builder/releases) - [Commits](https://github.com/x-govuk/govuk-form-builder/compare/v5.7.1...v5.8.0) --- updated-dependencies: - dependency-name: govuk_design_system_formbuilder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6e8a83dea7..61369ea5e7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'devise', '~> 4.9.4' gem 'dotenv-rails', '~> 3.1' gem 'factory_bot_rails', '~> 6.4.4' gem 'faker', '~> 3.5.1' -gem 'govuk_design_system_formbuilder', '~> 5.7' +gem 'govuk_design_system_formbuilder', '~> 5.8' gem 'govuk_notify_rails', '~> 3.0.0' gem 'grape', '~> 2.2.0' gem 'grape-entity', '~> 1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 21aab4a776..c0340d2b57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,7 +273,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - govuk_design_system_formbuilder (5.7.1) + govuk_design_system_formbuilder (5.8.0) actionview (>= 6.1) activemodel (>= 6.1) activesupport (>= 6.1) @@ -713,7 +713,7 @@ DEPENDENCIES faker (~> 3.5.1) faraday (~> 2.12) faraday-follow_redirects (~> 0.3) - govuk_design_system_formbuilder (~> 5.7) + govuk_design_system_formbuilder (~> 5.8) govuk_notify_rails (~> 3.0.0) grape (~> 2.2.0) grape-entity (~> 1.0.1)