From 53c40aa0ee10bf32b615cedffcf7ca5e829a690d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:47:09 +0000 Subject: [PATCH] Bump addressable in /hw4_grader_stuff/hw4_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] --- hw4_grader_stuff/hw4_rottenpotatoes/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw4_grader_stuff/hw4_rottenpotatoes/Gemfile.lock b/hw4_grader_stuff/hw4_rottenpotatoes/Gemfile.lock index 0d5a5ca5..c05f776a 100644 --- a/hw4_grader_stuff/hw4_rottenpotatoes/Gemfile.lock +++ b/hw4_grader_stuff/hw4_rottenpotatoes/Gemfile.lock @@ -37,7 +37,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) autotest (4.4.6) ZenTest (>= 4.4.1) @@ -115,6 +116,7 @@ GEM nokogiri (1.6.6.2) mini_portile (~> 0.6.0) pg (0.18.2) + public_suffix (4.0.6) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0)