From 38d1eb88791e00f02963582739962344b9cf4a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 04:27:03 +0000 Subject: [PATCH] Bump addressable from 2.5.2 to 2.8.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.0. - [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.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aae738c..38021ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,8 +9,9 @@ GEM remote: https://rubygems.org/ specs: ZenTest (4.11.2) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + ast (2.4.2) autotest (4.4.6) ZenTest (>= 4.4.1) autotest-fsevent (0.2.14) @@ -26,15 +27,21 @@ GEM ffi (>= 1.3.0) ffi (1.9.25) hashdiff (0.3.7) + jaro_winkler (1.5.4) json (2.1.0) method_source (0.9.0) + parallel (1.20.1) + parser (3.0.2.0) + ast (~> 2.4.1) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) pry-byebug (3.6.0) byebug (~> 10.0) pry (~> 0.10) - public_suffix (3.0.3) + psych (4.0.1) + public_suffix (4.0.6) + rainbow (3.0.0) rake (12.0.0) rspec (3.8.0) rspec-core (~> 3.8.0) @@ -49,11 +56,21 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + rubocop (0.66.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + psych (>= 3.1.0) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 1.6) + ruby-progressbar (1.11.0) safe_yaml (1.0.4) sys-uname (1.0.3) ffi (>= 1.0.0) typhoeus (1.3.0) ethon (>= 0.9.0) + unicode-display_width (1.5.0) vcr (3.0.3) webmock (1.24.6) addressable (>= 2.3.6) @@ -72,6 +89,7 @@ DEPENDENCIES pry-byebug rake (~> 12.0.0) rspec (~> 3.6, >= 3.6.0) + rubocop (~> 0.66.0) vcr (~> 3.0, >= 3.0.1) webmock (~> 1.24, >= 1.24.3)