diff --git a/Gemfile b/Gemfile index 9f377bdf1..6ebc77f68 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "gds-api-adapters", "~> 60.0" gem "govuk_ab_testing", "~> 2.4" gem "govuk_app_config", "~> 2.0" gem "govuk_frontend_toolkit", "~> 8.2.0" -gem "govuk_publishing_components", "~> 21.1.1" +gem "govuk_publishing_components", "~> 21.2.0" gem "htmlentities", "~> 4.3" gem "plek", "~> 3.0" gem "rack_strip_client_ip", "~> 0.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 73af68a88..bb34bffa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM debug_inspector (0.0.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - erubi (1.8.0) + erubi (1.9.0) execjs (2.7.0) faker (2.4.0) i18n (~> 1.6.0) @@ -114,7 +114,7 @@ GEM govuk_frontend_toolkit (8.2.0) railties (>= 3.1.0) sass (>= 3.2.0) - govuk_publishing_components (21.1.1) + govuk_publishing_components (21.2.0) gds-api-adapters govuk_app_config kramdown @@ -367,7 +367,7 @@ DEPENDENCIES govuk_ab_testing (~> 2.4) govuk_app_config (~> 2.0) govuk_frontend_toolkit (~> 8.2.0) - govuk_publishing_components (~> 21.1.1) + govuk_publishing_components (~> 21.2.0) govuk_schemas (~> 4.0) govuk_test htmlentities (~> 4.3)