Skip to content

Commit

Permalink
Merge pull request #821 from alphagov/fix-tabular-numbers
Browse files Browse the repository at this point in the history
Update template and toolkit to latest versions
  • Loading branch information
tvararu authored Oct 21, 2016
2 parents 50533af + 2321a61 commit d00bb29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ group :development, :test do
end

gem 'plek', '1.11.0'
gem 'govuk_frontend_toolkit', '~> 4.12.0'
gem 'govuk_frontend_toolkit', '~> 4.18.3'

if ENV['GOVUK_TEMPLATE_DEV']
gem 'govuk_template', :path => "../govuk_template"
else
gem 'govuk_template', '0.17.3'
gem 'govuk_template', '0.18.3'
end
gem 'gds-api-adapters', '26.7.0'
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ GEM
govuk-lint (0.6.1)
rubocop (~> 0.35.0)
scss_lint (~> 0.44.0)
govuk_frontend_toolkit (4.12.0)
govuk_frontend_toolkit (4.18.3)
rails (>= 3.1.0)
sass (>= 3.2.0)
govuk_template (0.17.3)
govuk_template (0.18.3)
rails (>= 3.1)
http-cookie (1.0.2)
domain_name (~> 0.5)
Expand Down Expand Up @@ -256,8 +256,8 @@ DEPENDENCIES
gds-api-adapters (= 26.7.0)
govuk-content-schema-test-helpers (~> 1.4)
govuk-lint (~> 0.6.0)
govuk_frontend_toolkit (~> 4.12.0)
govuk_template (= 0.17.3)
govuk_frontend_toolkit (~> 4.18.3)
govuk_template (= 0.18.3)
image_optim (= 0.17.1)
jasmine-rails (~> 0.10.6)
logstasher (= 0.4.8)
Expand Down

0 comments on commit d00bb29

Please sign in to comment.