From 669d2eda8678d541e5ae94ecb44ecf65b17b3e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:47:07 +0000 Subject: [PATCH] Bump addressable from 2.3.8 to 2.8.0 in /rottenpotatoes Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.8 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.8...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rottenpotatoes/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rottenpotatoes/Gemfile.lock b/rottenpotatoes/Gemfile.lock index 4159f100..e2bd7e9f 100644 --- a/rottenpotatoes/Gemfile.lock +++ b/rottenpotatoes/Gemfile.lock @@ -36,7 +36,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.3.8) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) arel (6.0.3) builder (3.2.2) byebug (5.0.0) @@ -102,6 +103,7 @@ GEM mini_portile (~> 0.6.0) protected_attributes (1.1.3) activemodel (>= 4.0.1, < 5.0) + public_suffix (3.1.1) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0)