From 406c2b563baee3dd41246092a5f14f9277ae8fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 05:48:52 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 in /rails Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.2...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- rails/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 6ce9722..3426c3b 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -54,8 +54,8 @@ GEM activesupport (>= 4.0) awesome_nested_set (>= 3.0) acts_as_votable (0.11.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (8.0.0) awesome_nested_set (3.1.4) activerecord (>= 4.0.0, < 5.3) @@ -163,7 +163,7 @@ GEM pg (1.0.0) polyamorous (1.3.3) activerecord (>= 3.0) - public_suffix (3.0.2) + public_suffix (5.0.0) puma (3.11.3) rack (2.0.5) rack-pjax (1.0.0)