From 213c8563fcaceb054311a7857a3eca45441a94cf Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Mon, 3 Jun 2019 10:59:22 +0100 Subject: [PATCH] Bump govuk_app_config This allows using the Rails DSL for content_security_policy --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c2892cdc4..37a15ff80 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0' gem 'gds-api-adapters', '~> 59.4' gem 'govuk_ab_testing', '~> 2.4' -gem 'govuk_app_config', '~> 1.16' +gem 'govuk_app_config', '~> 1.18' gem 'govuk_frontend_toolkit', '~> 8.2.0' gem 'govuk_publishing_components', '~> 16.26.0' gem 'plek', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 689cf0f69..9a132b23f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM rubocop-rspec (~> 1.28) scss_lint govuk_ab_testing (2.4.1) - govuk_app_config (1.16.1) + govuk_app_config (1.18.1) aws-xray-sdk (~> 0.10.0) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) @@ -360,7 +360,7 @@ DEPENDENCIES gds-api-adapters (~> 59.4) govuk-lint govuk_ab_testing (~> 2.4) - govuk_app_config (~> 1.16) + govuk_app_config (~> 1.18) govuk_frontend_toolkit (~> 8.2.0) govuk_publishing_components (~> 16.26.0) govuk_schemas (~> 3.2)