From aff34833d3bdf6e37606e336f99c9e0d1333f3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 04:19:13 +0000 Subject: [PATCH] :arrow_up: Bump addressable from 2.8.6 to 2.8.7 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.6 to 2.8.7. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.6...addressable-2.8.7) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0dba247..f31e2a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) amazing_print (1.6.0) ast (2.4.2) base64 (0.2.0) @@ -61,7 +61,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.1.1) + public_suffix (6.0.0) racc (1.8.0) rainbow (3.1.1) rake (13.2.1)