From 7d1ed3fb31720a0dfddc919159f24651dd586812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:07:04 +0000 Subject: [PATCH 1/2] Bump govuk_publishing_components from 51.0.0 to 51.1.0 Bumps [govuk_publishing_components](https://github.com/alphagov/govuk_publishing_components) from 51.0.0 to 51.1.0. - [Changelog](https://github.com/alphagov/govuk_publishing_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_publishing_components/compare/v51.0.0...v51.1.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34bc5d13..a9dd8213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM govuk_personalisation (1.1.0) plek (>= 1.9.0) rails (>= 6, < 9) - govuk_publishing_components (51.0.0) + govuk_publishing_components (51.1.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown From 4a29c37a576a5612cd5b671c4bfae829836bc2fc Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Mon, 3 Feb 2025 09:46:13 +0000 Subject: [PATCH 2/2] Remove deployed-to-production ref - this branch no longer exists, and it's functionally the same as main, so just remove the constraint to let it default to main. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d6d66ae..ea014fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,6 @@ jobs: uses: actions/checkout@v4 with: repository: alphagov/publishing-api - ref: deployed-to-production path: vendor/publishing-api - name: Setup Ruby