From 8e1c3a05f55af8e40d86e48c701c848d05eae4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 05:21:27 +0000 Subject: [PATCH] Bump addressable from 2.6.0 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. - [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.1) --- 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..d63b480ec 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.1) + public_suffix (>= 2.0.2, < 6.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 (5.0.0) puma (4.3.5) nio4r (~> 2.0) rack (2.2.3)