From 5999f71e013c113d1985c91fc814bb781ab0e130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 17:55:49 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 in /lib/turbolinks 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] --- lib/turbolinks/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/turbolinks/Gemfile.lock b/lib/turbolinks/Gemfile.lock index 26e3b0594e96..8c5646c2f4f4 100644 --- a/lib/turbolinks/Gemfile.lock +++ b/lib/turbolinks/Gemfile.lock @@ -6,8 +6,8 @@ GEM i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) blade (0.7.1) activesupport (>= 3.0.0) blade-qunit_adapter (~> 2.0.1) @@ -61,7 +61,7 @@ GEM json (1.8.3) minitest (5.11.1) multi_json (1.12.2) - public_suffix (3.0.1) + public_suffix (5.0.1) rack (1.6.4) rake (10.4.2) sprockets (3.6.0)