From a24fc49e2f87af9150b4f1a8691534b8d04ad9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 07:10:49 +0000 Subject: [PATCH] Bump addressable from 2.5.1 to 2.8.1 in /day_07/acme Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.1 to 2.8.1. - [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.1...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- day_07/acme/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/day_07/acme/Gemfile.lock b/day_07/acme/Gemfile.lock index 2d3acf2..45bbff5 100644 --- a/day_07/acme/Gemfile.lock +++ b/day_07/acme/Gemfile.lock @@ -36,8 +36,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (6.0.4) ast (2.3.0) autoprefixer-rails (6.7.7.1) @@ -163,7 +163,7 @@ GEM pry-stack_explorer (0.4.9.2) binding_of_caller (>= 0.7) pry (>= 0.9.11) - public_suffix (2.0.5) + public_suffix (5.0.0) puma (3.8.2) quiet_assets (1.1.0) railties (>= 3.1, < 5.0)