From 3498a484d3a5ad825c4a9f7407eaff5db555a25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 04:45:38 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.1 in /gem Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 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.7.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- gem/Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gem/Gemfile.lock b/gem/Gemfile.lock index dbc905e..951b0c0 100644 --- a/gem/Gemfile.lock +++ b/gem/Gemfile.lock @@ -12,8 +12,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) @@ -34,7 +34,7 @@ GEM minitest (5.14.3) multi_json (1.15.0) nicetitle (1.0.2) - public_suffix (4.0.6) + public_suffix (5.0.0) rake (13.0.3) redcarpet (3.5.1) tilt (2.0.10) @@ -44,6 +44,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bundler (~> 2)