From e6bfa6878d62356a1e21e984742042de98a9d478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 22:06:18 +0000 Subject: [PATCH] Bump addressable from 2.3.8 to 2.8.0 in /lib/yeoman/templates 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] --- lib/yeoman/templates/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/yeoman/templates/Gemfile.lock b/lib/yeoman/templates/Gemfile.lock index 80244860..b1a37c35 100644 --- a/lib/yeoman/templates/Gemfile.lock +++ b/lib/yeoman/templates/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) capistrano (3.2.1) i18n rake (>= 10.0.0) @@ -16,6 +17,7 @@ GEM net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (2.9.1) + public_suffix (4.0.6) rainbow (2.2.2) rake rake (10.3.2)