From 9ee1b19c28f830a93ef77338ba4607e63ef1aa1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 08:16:08 +0000 Subject: [PATCH] Bump addressable in /04-Bind-Mount-Jekyll-Static-Site Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.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.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 04-Bind-Mount-Jekyll-Static-Site/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04-Bind-Mount-Jekyll-Static-Site/Gemfile.lock b/04-Bind-Mount-Jekyll-Static-Site/Gemfile.lock index 60a78a3..7397499 100644 --- a/04-Bind-Mount-Jekyll-Static-Site/Gemfile.lock +++ b/04-Bind-Mount-Jekyll-Static-Site/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) concurrent-ruby (1.1.6) @@ -47,7 +47,7 @@ GEM jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.3) + public_suffix (4.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0)