From ea215e88586b3e3f9d1e896ada445cfb3882b863 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:01:20 +0000 Subject: [PATCH] [Security] Bump addressable from 2.7.0 to 2.8.0 in /spec Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. **This update includes a security fix.** - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) Signed-off-by: dependabot-preview[bot] --- spec/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index db67780..cb24a68 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) capybara (3.31.0) addressable @@ -29,7 +29,7 @@ GEM capybara (>= 2.1, < 4) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) - public_suffix (4.0.3) + public_suffix (4.0.6) rack (2.1.1) rack-test (1.1.0) rack (>= 1.0, < 3)