From 9b62d11e3afa86760beedfd6eb509a4a422abfbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 02:18:43 +0000 Subject: [PATCH] Bump addressable from 2.4.0 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.4.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.4.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fbbabd0e34..a12fb80637 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,8 @@ GEM acts_as_paranoid (0.6.1) activerecord (>= 4.2, < 7.0) activesupport (>= 4.2, < 7.0) - addressable (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) airbrussh (1.3.2) sshkit (>= 1.6.1, != 1.7.0) ancestry (3.0.5) @@ -613,6 +614,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (5.0.0) pundit (1.1.0) activesupport (>= 3.0.0) racc (1.5.2)