From 6a7ec7e2c52be81ac62dba2a0a0fd1efe9ed26b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:41:57 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.1 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] --- Gemfile.lock | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11ae3074..658cc85e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,19 +10,29 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + activesupport (4.2.11.3) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.0) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) hashdiff (0.3.7) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) + kwalify (0.7.2) + minitest (5.16.3) parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) powerpack (0.1.2) - public_suffix (3.0.3) + public_suffix (5.0.0) rainbow (3.0.0) rake (12.3.1) redcarpet (3.4.0) @@ -55,6 +65,9 @@ GEM tee (1.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + tzinfo (1.2.10) + thread_safe (~> 0.1) unicode-display_width (1.4.0) webmock (3.4.2) addressable (>= 2.3.6)