From 4d455e97d76e9662165a8c7a0f139157669cc327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:41:25 +0000 Subject: [PATCH] Bump addressable from 2.3.6 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.6 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.3.6...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 7160e36bf..1c170441e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,8 @@ GEM activesupport (3.2.21) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) - addressable (2.3.6) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) arel (3.0.3) bson (1.11.1) bson_ext (1.11.1) @@ -104,6 +105,7 @@ GEM cocaine (~> 0.5.3) mime-types polyglot (0.3.5) + public_suffix (5.0.0) rack (1.4.5) rack-cache (1.2) rack (>= 0.4)