Skip to content

Commit

Permalink
Merge pull request #994 from alphagov/bump-govuk-template
Browse files Browse the repository at this point in the history
Use GOV.UK Template version 0.20.0
  • Loading branch information
NickColley authored May 5, 2017
2 parents ef1b065 + 28b6fb4 commit 6eca0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6eca0b4

Please sign in to comment.