From 9a01a9ff5caeaf734412aeb0c5f9f3e3a79808c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:31:15 +0000 Subject: [PATCH 1/2] Bump govuk_publishing_components from 46.4.0 to 47.0.0 Bumps [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) from 46.4.0 to 47.0.0. - [Changelog](https://github.com/alphagov/govuk_publishing_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_publishing_components/compare/v46.4.0...v47.0.0) --- updated-dependencies: - dependency-name: govuk_publishing_components dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 04632596d..d864554e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,6 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - chartkick (5.1.2) climate_control (1.2.0) coderay (1.1.3) concurrent-ruby (1.3.4) @@ -163,8 +162,7 @@ GEM govuk_personalisation (1.1.0) plek (>= 1.9.0) rails (>= 6, < 9) - govuk_publishing_components (46.4.0) - chartkick + govuk_publishing_components (47.0.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -248,7 +246,7 @@ GEM mocha (2.7.1) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) - net-imap (0.5.4) + net-imap (0.5.5) date net-protocol net-pop (0.1.2) @@ -488,7 +486,8 @@ GEM rack (3.1.8) rack-proxy (0.7.7) rack - rack-session (2.0.0) + rack-session (2.1.0) + base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) @@ -652,7 +651,8 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.9.1) websocket (1.2.10) - websocket-driver (0.7.6) + websocket-driver (0.7.7) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) From aa230d5567af7cc04144ee9e4efb4f4ededa74cb Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Tue, 7 Jan 2025 11:42:04 +0000 Subject: [PATCH 2/2] Fix test - component markup has changed slightly --- test/integration/manual_section_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/manual_section_test.rb b/test/integration/manual_section_test.rb index 776159856..54e6c7fb3 100644 --- a/test/integration/manual_section_test.rb +++ b/test/integration/manual_section_test.rb @@ -50,7 +50,7 @@ class ManualSectionTest < ActionDispatch::IntegrationTest test "renders document heading" do setup_and_visit_manual_section - within "#manual-title.govuk-heading-l" do + within "#manual-title .govuk-heading-l" do assert page.has_text?(@manual["title"]) end end