From 5e46d2546feeb5a06b67aefcfd721887fec21756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:41:57 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 in /src/main/gitlab 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] --- src/main/gitlab/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/gitlab/Gemfile.lock b/src/main/gitlab/Gemfile.lock index e2ff76b9..efb7b71e 100644 --- a/src/main/gitlab/Gemfile.lock +++ b/src/main/gitlab/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.0.0) aws-partitions (1.91.0) aws-sdk-core (3.21.2) @@ -46,7 +46,7 @@ GEM nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) - public_suffix (3.0.2) + public_suffix (5.0.0) racc (1.6.0) rack (2.0.5) rack-test (1.0.0)