From 712e4194c0f293713c973f1f004d6c1a44b0213f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:30:46 +0000 Subject: [PATCH] Bump addressable from 2.3.2 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.2 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.3.2...addressable-2.8.0) --- 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..bfee63d 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.0) + public_suffix (>= 2.0.2, < 5.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 (4.0.6) rake (10.0.3) shoulda (3.3.2) shoulda-context (~> 1.0.1)