From 7e833d95d6cfd17fc444a49a4f978074b519f45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:06:41 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d63ecc164..f1c0459e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,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) @@ -128,7 +128,7 @@ GEM dartsass-rails (0.5.1) railties (>= 6.0.0) sass-embedded (~> 1.63) - date (3.3.4) + date (3.4.0) diff-lcs (1.5.1) docile (1.4.0) domain_name (0.6.20240107) @@ -209,7 +209,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) @@ -570,7 +570,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) From 7a43c1d70c0fa5f19f29a2eb0084063384482f2d Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:46:06 +0000 Subject: [PATCH 2/2] Downgrade rackup back to 1.0.0 There is currently a [bug in Puma](puma/puma#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 f1c0459e8..6c1dad163 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -570,7 +570,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)