diff --git a/Gemfile b/Gemfile index 6c5477191..8c176cba8 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 5a7e09ec4..30739e42b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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)