From 9cee1bc339d60c6421242dd03ec1e4f25c8808ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:02:36 +0000 Subject: [PATCH] Bump addressable from 2.3.2 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.2 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.3.2...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79727b3..1abafb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,8 @@ GEM activesupport (3.2.11) i18n (~> 0.6) multi_json (~> 1.0) - addressable (2.3.2) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) crack (0.3.2) httparty (0.10.0) multi_json (~> 1.0) @@ -20,6 +21,7 @@ GEM json (1.7.6) multi_json (1.5.0) multi_xml (0.5.2) + public_suffix (5.0.0) rake (10.0.3) shoulda (3.3.2) shoulda-context (~> 1.0.1)