Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump govuk_frontend_toolkit to 5.0.3 #2969

Merged
merged 1 commit into from Jan 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -72,7 +72,7 @@ end
if ENV['FRONTEND_TOOLKIT_DEV']
gem 'govuk_frontend_toolkit', path: '../govuk_frontend_toolkit_gem'
else
gem 'govuk_frontend_toolkit', '5.0.0'
gem 'govuk_frontend_toolkit', '5.0.3'
end

gem 'sass', '3.4.9'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -169,7 +169,7 @@ GEM
bootstrap-sass (= 3.3.5.1)
jquery-rails (~> 3.1.3)
rails (>= 3.2.0)
govuk_frontend_toolkit (5.0.0)
govuk_frontend_toolkit (5.0.3)
rails (>= 3.1.0)
sass (>= 3.2.0)
govuk_sidekiq (0.0.4)
Expand Down Expand Up @@ -480,7 +480,7 @@ DEPENDENCIES
govuk-content-schema-test-helpers (= 1.4.0)
govuk-lint (~> 0.5.1)
govuk_admin_template (= 4.2.0)
govuk_frontend_toolkit (= 5.0.0)
govuk_frontend_toolkit (= 5.0.3)
govuk_sidekiq (= 0.0.4)
graphviz_transitions
invalid_utf8_rejector (~> 0.0.1)
Expand Down