From e837660cb5ef3b1b12323b59c0d08df083ab1e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:49:15 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.1 in /hako Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 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.7.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- hako/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hako/Gemfile.lock b/hako/Gemfile.lock index 4adba52..970b239 100644 --- a/hako/Gemfile.lock +++ b/hako/Gemfile.lock @@ -35,8 +35,8 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.1.0) aws-partitions (1.366.0) aws-sdk-applicationautoscaling (1.45.0) @@ -97,7 +97,7 @@ GEM octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - public_suffix (4.0.5) + public_suffix (5.0.0) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0)