From fa2b50b040552a70f7636cf3bd92488b3f629bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:49:46 +0000 Subject: [PATCH] Bump addressable from 2.6.0 to 2.8.1 in /scripts 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] --- scripts/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Gemfile.lock b/scripts/Gemfile.lock index 73c2610..7e91787 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -1,8 +1,8 @@ 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) coderay (1.1.2) declarative (0.0.10) declarative-option (0.1.0) @@ -35,7 +35,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.1.1) + public_suffix (5.0.0) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0)