From 25bef335a023f4a5db5ef32196ab0aeba6768d40 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:36:52 +0000 Subject: [PATCH] [Security] Bump addressable from 2.4.0 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.4.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.4.0...addressable-2.8.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 636f566..8423974 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) backports (3.6.8) bourbon (4.2.7) sass (~> 3.4) @@ -92,6 +93,7 @@ GEM activesupport (>= 3.1) parallel (1.9.0) ptools (1.3.3) + public_suffix (4.0.6) rack (1.6.4) rb-fsevent (0.9.7) rb-inotify (0.9.7)