From b259e6593127fa2f3742daf4b364e310692bbb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:06:31 +0000 Subject: [PATCH 1/2] Bump govuk_publishing_components from 44.11.0 to 45.3.0 Bumps [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) from 44.11.0 to 45.3.0. - [Changelog](https://github.com/alphagov/govuk_publishing_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_publishing_components/compare/v44.11.0...v45.3.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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f8d9d1a69..c91988b9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM govuk_personalisation (1.0.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (44.11.0) + govuk_publishing_components (45.3.0) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) @@ -302,7 +302,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.5.0) + net-imap (0.5.1) date net-protocol net-pop (0.1.2) @@ -537,7 +537,7 @@ GEM opentelemetry-semantic_conventions opentelemetry-semantic_conventions (1.10.1) opentelemetry-api (~> 1.0) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.26.3) parser (3.3.5.0) ast (~> 2.4.1) @@ -554,7 +554,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (6.0.1) puma (6.4.3) @@ -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) @@ -609,7 +609,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -619,7 +619,7 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.3.9) - rouge (4.4.0) + rouge (4.5.1) rspec-core (3.13.1) rspec-support (~> 3.13.0) rspec-expectations (3.13.2) @@ -723,11 +723,11 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) statsd-ruby (1.5.0) - stringio (3.1.1) + stringio (3.1.2) terser (1.2.4) execjs (>= 0.3.0, < 3) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) From 3d0c177faf70293ee182dbe735a1e6783f1151d8 Mon Sep 17 00:00:00 2001 From: Mark Taylor <138604938+mtaylorgds@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:48:35 +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 c91988b9c..76bc355ab 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)