From 127536fc125c8c6dfb9cb4d4b2eccb1986368ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 23:55:40 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.1 in /omnibus 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] --- omnibus/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index ee2b13de..99d00581 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -27,8 +27,8 @@ GIT 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) awesome_print (1.9.2) aws-eventstream (1.1.1) aws-partitions (1.449.0) @@ -100,7 +100,7 @@ GEM rainbow zhexdump (>= 0.0.2) plist (3.6.0) - public_suffix (4.0.6) + public_suffix (5.0.0) rainbow (3.0.0) ruby-progressbar (1.11.0) thor (1.1.0)