From 174c5a59a4fcd45a28f2de199aaed829af1d672d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:20:01 +0000 Subject: [PATCH] Bump govuk_design_system_formbuilder from 5.6.0 to 5.7.1 Bumps [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) from 5.6.0 to 5.7.1. - [Release notes](https://github.com/x-govuk/govuk-form-builder/releases) - [Commits](https://github.com/x-govuk/govuk-form-builder/compare/v5.6.0...v5.7.1) --- 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 | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6e113f8..061d7b0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "devise", "~> 4.9.4" gem "devise-security", "~> 0.18.0" gem "jsbundling-rails" gem "govuk-components", "~> 5.6.1" -gem "govuk_design_system_formbuilder", "~> 5.6.0" +gem "govuk_design_system_formbuilder", "~> 5.7.1" gem "govuk_notify_rails", "~> 3.0.0" gem "paranoia", "~> 3.0" gem "pg", "~> 1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 70b9c8a..1a523c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,6 @@ GEM marcel (~> 1.0) activesupport (7.2.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -75,7 +74,6 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) bigdecimal (3.1.8) brakeman (6.2.1) racc @@ -116,7 +114,7 @@ GEM html-attributes-utils (~> 1.0.0, >= 1.0.0) pagy (>= 6, < 10) view_component (>= 3.9, < 3.15) - govuk_design_system_formbuilder (5.6.0) + govuk_design_system_formbuilder (5.7.1) actionview (>= 6.1) activemodel (>= 6.1) activesupport (>= 6.1) @@ -139,7 +137,7 @@ GEM base64 language_server-protocol (3.17.0.3) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -293,7 +291,7 @@ GEM rubocop-performance rubocop-rails ruby-progressbar (1.13.0) - securerandom (0.3.1) + securerandom (0.3.2) sentry-rails (5.20.1) railties (>= 5.0) sentry-ruby (~> 5.20.1) @@ -351,7 +349,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails govuk-components (~> 5.6.1) - govuk_design_system_formbuilder (~> 5.6.0) + govuk_design_system_formbuilder (~> 5.7.1) govuk_notify_rails (~> 3.0.0) jsbundling-rails paranoia (~> 3.0)