From 56fc7ada49fb0508fa91e5fe26182e886e5c4176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Oct 2018 14:31:43 +0000 Subject: [PATCH] Bump govuk_app_config from 1.9.3 to 1.10.0 Bumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 1.9.3 to 1.10.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.9.3...v1.10.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 a2a1a7f3a..2088567aa 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0' gem 'gds-api-adapters', '~> 53.1' gem 'govuk_ab_testing', '~> 2.4' -gem 'govuk_app_config', '~> 1.9' +gem 'govuk_app_config', '~> 1.10' gem 'govuk_frontend_toolkit', '~> 8.1.0' gem 'govuk_publishing_components', '~> 11.2.0' gem 'plek', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 286a65906..f1152d2be 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.9.3) + govuk_app_config (1.10.0) aws-xray-sdk (~> 0.10.0) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) @@ -365,7 +365,7 @@ DEPENDENCIES gds-api-adapters (~> 53.1) govuk-lint govuk_ab_testing (~> 2.4) - govuk_app_config (~> 1.9) + govuk_app_config (~> 1.10) govuk_frontend_toolkit (~> 8.1.0) govuk_publishing_components (~> 11.2.0) govuk_schemas (~> 3.2)