From 108b1ac527ef445b5f3711ea1b7a39ab2c8017e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 02:36:50 +0000 Subject: [PATCH] Bump addressable in /advanced_topics/02_chrome_logging 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] --- advanced_topics/02_chrome_logging/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advanced_topics/02_chrome_logging/Gemfile.lock b/advanced_topics/02_chrome_logging/Gemfile.lock index a4ccb72..1d5677d 100644 --- a/advanced_topics/02_chrome_logging/Gemfile.lock +++ b/advanced_topics/02_chrome_logging/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) capybara (3.28.0) addressable mini_mime (>= 0.1.3) @@ -19,7 +19,7 @@ GEM mini_portile2 (2.4.0) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) - public_suffix (3.1.1) + public_suffix (4.0.6) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3)