diff --git a/Gemfile b/Gemfile index 1fe3ab62f..4f18b413d 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'sass-rails', "5.0.6" gem 'asset_bom_removal-rails', '~> 1.0.0' gem 'nokogiri', "~> 1.7" gem 'redis', "~> 3.3.3" -gem 'govuk_publishing_components', '~> 1.10.0', require: false +gem 'govuk_publishing_components', '~> 1.12.1', require: false gem 'govuk_app_config', '~> 0.3.0' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 7c6e24197..bea2de103 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,13 +88,13 @@ GEM rest-client (~> 2.0) globalid (0.4.0) activesupport (>= 4.2.0) - govspeak (5.0.3) + govspeak (5.1.0) actionview (>= 4.1, < 6) addressable (>= 2.3.8, < 3) commander (~> 4.4) htmlentities (~> 4) i18n (~> 0.7) - kramdown (~> 1.12.0) + kramdown (~> 1.15.0) money (~> 6.7) nokogiri (~> 1.5) sanitize (~> 2.1.0) @@ -109,7 +109,7 @@ GEM govuk_frontend_toolkit (7.2.0) railties (>= 3.1.0) sass (>= 3.2.0) - govuk_publishing_components (1.10.0) + govuk_publishing_components (1.12.1) govspeak (>= 5.0.3) govuk_frontend_toolkit rails (>= 5.0.0.1) @@ -142,7 +142,7 @@ GEM json-schema (2.5.2) addressable (~> 2.3.8) kgio (2.10.0) - kramdown (1.12.0) + kramdown (1.15.0) link_header (0.0.8) logstash-event (1.1.5) logstasher (0.4.8) @@ -166,8 +166,8 @@ GEM rake mocha (1.1.0) metaclass (~> 0.0.1) - money (6.9.0) - i18n (>= 0.6.4, < 0.9) + money (6.10.0) + i18n (>= 0.6.4, < 1.0) multipart-post (2.0.0) netrc (0.11.0) nio4r (2.1.0) @@ -226,7 +226,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rouge (2.2.1) + rouge (3.0.0) rubocop (0.35.1) astrolabe (~> 1.3) parser (>= 2.2.3.0, < 3.0) @@ -315,7 +315,7 @@ DEPENDENCIES govuk-lint (~> 0.6.0) govuk_app_config (~> 0.3.0) govuk_frontend_toolkit (~> 7.2.0) - govuk_publishing_components (~> 1.10.0) + govuk_publishing_components (~> 1.12.1) govuk_template (= 0.23.0) image_optim (= 0.17.1) jasmine-rails (~> 0.14.1)