From 6fe5b06b7ddb7ed4149952201fa0b7ba7c39701f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:53:22 +0000 Subject: [PATCH] build(deps): bump addressable from 2.5.2 to 2.8.1 in /clients 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] --- clients/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/Gemfile.lock b/clients/Gemfile.lock index bb0e5660c1..6527af58f5 100644 --- a/clients/Gemfile.lock +++ b/clients/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) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) http (2.2.2) @@ -14,7 +14,7 @@ GEM domain_name (~> 0.5) http-form_data (1.0.3) http_parser.rb (0.6.0) - public_suffix (3.0.0) + public_suffix (5.0.0) unf (0.1.4) unf_ext unf_ext (0.0.7.4)