Skip to content

Commit

Permalink
Merge pull request #467 from alphagov/bump-template-version
Browse files Browse the repository at this point in the history
Bump frontend toolkit and template
  • Loading branch information
dsingleton committed Sep 30, 2014
2 parents 9e4076a + 651e702 commit fd5d725
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 @@ -27,10 +27,10 @@ end

gem 'plek', '1.7.0'

gem 'govuk_frontend_toolkit', '1.6.0'
gem 'govuk_frontend_toolkit', '1.6.2'
if ENV['GOVUK_TEMPLATE_DEV']
gem 'govuk_template', :path => "../govuk_template"
else
gem 'govuk_template', '0.9.0'
gem 'govuk_template', '0.9.1'
end
gem 'gds-api-adapters', '7.18.0'
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ GEM
null_logger
plek
rest-client (~> 1.6.3)
govuk_frontend_toolkit (1.6.0)
govuk_frontend_toolkit (1.6.2)
rails (>= 3.1.0)
sass (>= 3.2.0)
govuk_template (0.9.0)
govuk_template (0.9.1)
rails (>= 3.1)
hike (1.2.3)
i18n (0.6.9)
Expand Down Expand Up @@ -160,8 +160,8 @@ DEPENDENCIES
capybara (= 2.1.0)
exception_notification
gds-api-adapters (= 7.18.0)
govuk_frontend_toolkit (= 1.6.0)
govuk_template (= 0.9.0)
govuk_frontend_toolkit (= 1.6.2)
govuk_template (= 0.9.1)
jasmine (= 2.0.2)
jasmine-jquery-rails
logstasher (= 0.4.8)
Expand Down

0 comments on commit fd5d725

Please sign in to comment.