From 88974b3145ee26475275c8e788050d49f5b5e8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 03:14:57 +0000 Subject: [PATCH] Bump addressable from 2.6.0 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.0. - [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.6.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c8e76001..591c8a508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,8 +30,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) amatch (0.4.0) mize tins (~> 1.0) @@ -71,7 +71,7 @@ GEM parslet (1.8.2) protocol (2.0.0) ruby_parser (~> 3.0) - public_suffix (3.0.3) + public_suffix (4.0.6) puma (4.3.5) nio4r (~> 2.0) rack (2.2.3)