From c9f3e4c87d2ca9ed3345141b9bf9b4b65fe71a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:37:24 +0000 Subject: [PATCH] Bump addressable from 2.3.8 to 2.8.0 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] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7d719d..187beb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.3.8) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) buftok (0.2.0) cookiejar (0.3.2) daemons (1.2.3) @@ -33,6 +34,7 @@ GEM multi_json (1.11.2) multipart-post (2.0.0) naught (1.0.0) + public_suffix (3.1.1) simple_oauth (0.3.1) thread_safe (0.3.5) tweetstream (2.6.1)