diff --git a/Gemfile b/Gemfile index c21444c4c..377195b93 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "dalli" gem "gds-api-adapters", "~> 63.2" gem "govuk_ab_testing", "~> 2.4" gem "govuk_app_config", "~> 2.0" -gem "govuk_publishing_components", "~> 21.19.0" +gem "govuk_publishing_components", "~> 21.19.1" 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 96f7c9b12..27fd265d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM concurrent-ruby (1.1.5) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.5) + crass (1.0.6) dalli (2.7.10) debug_inspector (0.0.3) domain_name (0.5.20190701) @@ -106,7 +106,7 @@ GEM sentry-raven (>= 2.7.1, < 2.12.0) statsd-ruby (~> 1.4.0) unicorn (>= 5.4, < 5.6) - govuk_publishing_components (21.19.0) + govuk_publishing_components (21.19.1) gds-api-adapters govuk_app_config kramdown @@ -143,7 +143,7 @@ GEM json (2.2.0) json-schema (2.8.1) addressable (>= 2.4) - kgio (2.11.2) + kgio (2.11.3) kramdown (2.1.0) link_header (0.0.8) log4r (1.1.10) @@ -167,7 +167,7 @@ GEM mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.13.0) + minitest (5.14.0) minitest-reporters (1.4.2) ansi builder @@ -191,7 +191,7 @@ GEM public_suffix (4.0.3) puma (4.3.1) nio4r (~> 2.0) - rack (2.0.8) + rack (2.1.1) rack-cache (1.11.0) rack (>= 0.4) rack-test (1.1.0) @@ -232,7 +232,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - raindrops (0.19.0) + raindrops (0.19.1) rake (13.0.1) rb-fsevent (0.10.3) rb-inotify (0.10.0) @@ -362,7 +362,7 @@ DEPENDENCIES gds-api-adapters (~> 63.2) govuk_ab_testing (~> 2.4) govuk_app_config (~> 2.0) - govuk_publishing_components (~> 21.19.0) + govuk_publishing_components (~> 21.19.1) govuk_schemas (~> 4.0) govuk_test htmlentities (~> 4.3)