diff --git a/Gemfile b/Gemfile index ae7ce4370..86013d371 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0' gem 'gds-api-adapters', '~> 55.0' gem 'govuk_ab_testing', '~> 2.4' -gem 'govuk_app_config', '~> 1.10' +gem 'govuk_app_config', '~> 1.11' gem 'govuk_frontend_toolkit', '~> 8.1.0' gem 'govuk_publishing_components', '~> 13.5.1' gem 'plek', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index cae589731..766951292 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM rubocop-rspec (~> 1.28) scss_lint govuk_ab_testing (2.4.1) - govuk_app_config (1.10.0) + govuk_app_config (1.11.2) aws-xray-sdk (~> 0.10.0) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) @@ -368,7 +368,7 @@ DEPENDENCIES gds-api-adapters (~> 55.0) govuk-lint govuk_ab_testing (~> 2.4) - govuk_app_config (~> 1.10) + govuk_app_config (~> 1.11) govuk_frontend_toolkit (~> 8.1.0) govuk_publishing_components (~> 13.5.1) govuk_schemas (~> 3.2)