From 675f239ad68b442eaf49c0d6334bdb23d5c6a95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 11:01:47 +0000 Subject: [PATCH 1/2] Bump govuk_personalisation from 0.5.0 to 0.6.0 Bumps [govuk_personalisation](https://github.com/alphagov/govuk_personalisation) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/alphagov/govuk_personalisation/releases) - [Changelog](https://github.com/alphagov/govuk_personalisation/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_personalisation/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: govuk_personalisation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 20ee81317..266f5c32b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,7 @@ GEM sentry-raven (~> 3.1.1) statsd-ruby (~> 1.5.0) unicorn (>= 5.4, < 5.9) - govuk_personalisation (0.5.0) + govuk_personalisation (0.6.0) rails (~> 6) govuk_publishing_components (25.1.0) govuk_app_config @@ -218,7 +218,7 @@ GEM multipart-post (2.1.1) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.12.1) + nokogiri (1.12.2) mini_portile2 (~> 2.6.1) racc (~> 1.4) null_logger (0.0.1) From a89a4b58995a5e1ddb84b2e39273fa6e62f3fcec Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Tue, 10 Aug 2021 09:50:46 +0100 Subject: [PATCH 2/2] Fix rename of govuk_personalisation concern --- app/controllers/content_items_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/content_items_controller.rb b/app/controllers/content_items_controller.rb index f51d98aec..d42020d22 100644 --- a/app/controllers/content_items_controller.rb +++ b/app/controllers/content_items_controller.rb @@ -1,5 +1,5 @@ class ContentItemsController < ApplicationController - include GovukPersonalisation::AccountConcern + include GovukPersonalisation::ControllerConcern include Slimmer::Template include AbTests::ExploreMenuAbTestable include AbTests::SabPagesTestable