diff --git a/Gemfile b/Gemfile index fe92a93f5..c6f259657 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', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index bb58fbc9f..2738082c2 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)