From 2630e09e39111592c9b6d07523975ea8bf88db12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 5 Apr 2018 05:20:17 +0000 Subject: [PATCH] Bump govuk_app_config from 1.4.1 to 1.4.2 Bumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 1.4.1 to 1.4.2. - [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.4.1...v1.4.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dcc2b0385..01d70dd8f 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'uglifier', '>= 1.3.0' gem 'gds-api-adapters', '~> 52.5' gem 'govuk_ab_testing', '~> 2.4' -gem 'govuk_app_config', '~> 1.3' +gem 'govuk_app_config', '~> 1.4' gem 'govuk_frontend_toolkit', '~> 7.4' gem 'govuk_publishing_components', '~> 6.2.0' gem 'plek', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7521e4476..660869035 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM rubocop-rspec (~> 1.19.0) scss_lint govuk_ab_testing (2.4.1) - govuk_app_config (1.4.1) + govuk_app_config (1.4.2) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) statsd-ruby (~> 1.4.0) @@ -359,7 +359,7 @@ DEPENDENCIES gds-api-adapters (~> 52.5) govuk-lint govuk_ab_testing (~> 2.4) - govuk_app_config (~> 1.3) + govuk_app_config (~> 1.4) govuk_frontend_toolkit (~> 7.4) govuk_publishing_components (~> 6.2.0) govuk_schemas (~> 3.1)