From 937ca06abcce382fd242c15f0364872873214237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:52:33 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.0 in /docs/guides Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.5.2...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/guides/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/Gemfile.lock b/docs/guides/Gemfile.lock index 0459ad5d..b767f149 100644 --- a/docs/guides/Gemfile.lock +++ b/docs/guides/Gemfile.lock @@ -2,8 +2,8 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (1.0.2) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) afm (0.2.2) asciidoctor (1.5.6.1) asciidoctor-epub3 (1.5.0.alpha.7) @@ -79,7 +79,7 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.0.1) + public_suffix (4.0.6) rake (12.3.0) rb-fsevent (0.10.2) rb-inotify (0.9.10)