From 3647dcd531097d6308d5533c9cfa463232a66d32 Mon Sep 17 00:00:00 2001 From: Rebecca Pearce <17481621+beccapearce@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:14:30 +0000 Subject: [PATCH] Add govuk publishing components as a dependency Govuk publishing components was previously installed on this app as a dependency of govspeak. However now we are using a publishing component snippet to add our google tag manager snippet so we should make it an explicit dependency of the app. --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 07e72686..3075dc61 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem "gds-sso" gem "govspeak" gem "govuk_admin_template" gem "govuk_app_config" +gem "govuk_publishing_components" gem "plek" # assets diff --git a/Gemfile.lock b/Gemfile.lock index a7ff031d..661e7055 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -691,6 +691,7 @@ DEPENDENCIES govspeak govuk_admin_template govuk_app_config + govuk_publishing_components govuk_schemas json-schema mlanett-redis-lock