From a957bc397253b6173fcbf1e2abf26e86a86b3322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:27:24 +0000 Subject: [PATCH 1/2] Bump govuk_publishing_components from 44.9.1 to 44.11.0 Bumps [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) from 44.9.1 to 44.11.0. - [Changelog](https://github.com/alphagov/govuk_publishing_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_publishing_components/compare/v44.9.1...v44.11.0) --- updated-dependencies: - dependency-name: govuk_publishing_components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dc9382f60..b13cf926e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - chartkick (5.1.1) + chartkick (5.1.2) coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) @@ -127,7 +127,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.4) + date (3.4.0) debug_inspector (1.2.0) diff-lcs (1.5.1) docile (1.4.0) @@ -200,7 +200,7 @@ GEM govuk_personalisation (1.0.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (44.9.1) + govuk_publishing_components (44.11.0) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) @@ -550,7 +550,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) + rackup (1.0.1) rack (< 3) webrick rails (7.1.3.4) @@ -722,7 +722,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) + webrick (1.9.0) websocket (1.2.10) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) From aedcf91f5cd78ed0eecfba265c2019f877b7174c Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:33:08 +0000 Subject: [PATCH 2/2] Downgrade rackup back to 1.0.0 There is currently a [bug in Puma](https://github.com/puma/puma/pull/3532) that causes issues with v1.0.1 of rackup. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b13cf926e..ee2633f0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -550,7 +550,7 @@ GEM rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.1) + rackup (1.0.0) rack (< 3) webrick rails (7.1.3.4)