From f441b506562f0577039fd02825416d2e4c7d8b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 1 May 2019 08:51:44 +0000 Subject: [PATCH] Bump govuk_app_config from 1.15.1 to 1.16.0 Bumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/alphagov/govuk_app_config/releases) - [Changelog](https://github.com/alphagov/govuk_app_config/blob/master/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_app_config/compare/v1.15.1...v1.16.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9577e931e..34aed6e23 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0' gem 'gds-api-adapters', '~> 59.1' gem 'govuk_ab_testing', '~> 2.4' -gem 'govuk_app_config', '~> 1.15' +gem 'govuk_app_config', '~> 1.16' gem 'govuk_frontend_toolkit', '~> 8.1.0' gem 'govuk_publishing_components', '~> 16.13.0' gem 'plek', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 26fa020be..f21984099 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM rubocop-rspec (~> 1.28) scss_lint govuk_ab_testing (2.4.1) - govuk_app_config (1.15.1) + govuk_app_config (1.16.0) aws-xray-sdk (~> 0.10.0) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) @@ -370,7 +370,7 @@ DEPENDENCIES gds-api-adapters (~> 59.1) govuk-lint govuk_ab_testing (~> 2.4) - govuk_app_config (~> 1.15) + govuk_app_config (~> 1.16) govuk_frontend_toolkit (~> 8.1.0) govuk_publishing_components (~> 16.13.0) govuk_schemas (~> 3.2)