From 46f966f500ddc1f59d84a56a9a0a3f251515322d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 18:33:15 +1200 Subject: [PATCH] Bump addressable from 2.6.0 to 2.8.0 in /manuscript (#176) Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 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.6.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- manuscript/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manuscript/Gemfile.lock b/manuscript/Gemfile.lock index ac8ee0e..8eaf3e3 100644 --- a/manuscript/Gemfile.lock +++ b/manuscript/Gemfile.lock @@ -6,8 +6,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) colorize (0.8.1) concurrent-ruby (1.1.6) ethon (0.12.0) @@ -30,7 +30,7 @@ GEM nokogiri (1.10.9) mini_portile2 (~> 2.4.0) parallel (1.17.0) - public_suffix (3.0.3) + public_suffix (4.0.6) thread_safe (0.3.6) typhoeus (1.3.1) ethon (>= 0.9.0)