diff --git a/Gemfile b/Gemfile index c2968729f..b1485e2d9 100644 --- a/Gemfile +++ b/Gemfile @@ -46,6 +46,6 @@ gem 'govuk_frontend_toolkit', '~> 6.0.1' if ENV['GOVUK_TEMPLATE_DEV'] gem 'govuk_template', :path => "../govuk_template" else - gem 'govuk_template', '0.19.0' + gem 'govuk_template', '0.20.0' end gem 'gds-api-adapters', '41.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 40441da15..ff8f0b5b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM govuk_frontend_toolkit (6.0.1) rails (>= 3.1.0) sass (>= 3.2.0) - govuk_template (0.19.0) + govuk_template (0.20.0) rails (>= 3.1) http-cookie (1.0.3) domain_name (~> 0.5) @@ -258,7 +258,7 @@ DEPENDENCIES govuk-content-schema-test-helpers (~> 1.4) govuk-lint (~> 0.6.0) govuk_frontend_toolkit (~> 6.0.1) - govuk_template (= 0.19.0) + govuk_template (= 0.20.0) image_optim (= 0.17.1) jasmine-rails (~> 0.10.6) logstasher (= 0.4.8)