From cde0bbd91884f397b54c1242b1916573c744e077 Mon Sep 17 00:00:00 2001 From: Karl Baker Date: Thu, 8 Nov 2018 14:22:48 +0000 Subject: [PATCH] T117: Update govuk_template to 0.25.0 This commit updates the gem _govuk_template_ to version `0.25.0`, in order to serve the header with event tracking on the GOV.UK logo. Solo: @karlbaker02 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c3cc4ed6c..194bc544f 100644 --- a/Gemfile +++ b/Gemfile @@ -38,5 +38,5 @@ end gem 'plek', '2.1.1' gem 'govuk_frontend_toolkit', '~> 8.1.0' -gem 'govuk_template', '0.24.1' +gem 'govuk_template', '0.25.0' gem 'gds-api-adapters', '~> 54.1' diff --git a/Gemfile.lock b/Gemfile.lock index d2c8aa154..a7f241202 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM rouge sass-rails (>= 5.0.4) slimmer (>= 11.1.0) - govuk_template (0.24.1) + govuk_template (0.25.0) rails (>= 3.1) govuk_test (0.2.1) capybara @@ -363,7 +363,7 @@ DEPENDENCIES govuk_app_config (~> 1.10.0) govuk_frontend_toolkit (~> 8.1.0) govuk_publishing_components (~> 11.2.0) - govuk_template (= 0.24.1) + govuk_template (= 0.25.0) govuk_test image_optim (= 0.26.3) jasmine-rails (~> 0.14.8)