From 0c3f347186261087ca1e85a49242dc7fcf359162 Mon Sep 17 00:00:00 2001 From: Paul Hayes Date: Tue, 17 Jan 2017 10:49:26 +0000 Subject: [PATCH] Bump govuk_frontend_toolkit to 5.0.3 Pick up new organisation colours. https://github.com/alphagov/govuk_frontend_toolkit/pull/368 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9bd957a4e0a..0d0daeff3b6 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ end if ENV['FRONTEND_TOOLKIT_DEV'] gem 'govuk_frontend_toolkit', path: '../govuk_frontend_toolkit_gem' else - gem 'govuk_frontend_toolkit', '5.0.0' + gem 'govuk_frontend_toolkit', '5.0.3' end gem 'sass', '3.4.9' diff --git a/Gemfile.lock b/Gemfile.lock index ef8b53a8419..794347b18ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM bootstrap-sass (= 3.3.5.1) jquery-rails (~> 3.1.3) rails (>= 3.2.0) - govuk_frontend_toolkit (5.0.0) + govuk_frontend_toolkit (5.0.3) rails (>= 3.1.0) sass (>= 3.2.0) govuk_sidekiq (0.0.4) @@ -480,7 +480,7 @@ DEPENDENCIES govuk-content-schema-test-helpers (= 1.4.0) govuk-lint (~> 0.5.1) govuk_admin_template (= 4.2.0) - govuk_frontend_toolkit (= 5.0.0) + govuk_frontend_toolkit (= 5.0.3) govuk_sidekiq (= 0.0.4) graphviz_transitions invalid_utf8_rejector (~> 0.0.1)