From 4abebff29fed13a9d8d692fda620035d01bd8ed5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 15:27:37 +0000 Subject: [PATCH] Bump plek from 3.0.0 to 4.0.0 Bumps [plek](https://github.com/alphagov/plek) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/alphagov/plek/releases) - [Changelog](https://github.com/alphagov/plek/blob/master/CHANGELOG.md) - [Commits](https://github.com/alphagov/plek/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 321d052ad..832aef7a0 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "govuk_ab_testing", "~> 2.4" gem "govuk_app_config", "~> 2.2" gem "govuk_publishing_components", "~> 21.56.1" gem "htmlentities", "~> 4.3" -gem "plek", "~> 3.0" +gem "plek", "~> 4.0" gem "rack_strip_client_ip", "~> 0.0.2" gem "rails", "~> 5.2.4" gem "rails-controller-testing", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 0ec31e8ca..4c2649808 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM parser (2.7.1.3) ast (~> 2.4.0) phantomjs (2.1.1.0) - plek (3.0.0) + plek (4.0.0) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) @@ -369,7 +369,7 @@ DEPENDENCIES jasmine-rails minitest-reporters mocha - plek (~> 3.0) + plek (~> 4.0) pry rack_strip_client_ip (~> 0.0.2) rails (~> 5.2.4)