From 325368853d472461ebb779b9c7b1d5fb41708a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 06:47:50 +0000 Subject: [PATCH] Bump addressable from 2.4.0 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.4.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.4.0...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 106 +++++++++++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 46 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 441feda..cbfc7c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,16 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + activesupport (5.2.8.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ansi (1.5.0) - ast (2.4.0) - backports (3.11.4) + ast (2.4.2) + backports (3.23.0) beaker (4.0.0) beaker-hostgenerator hocon (~> 1.0) @@ -40,58 +46,61 @@ GEM serverspec (~> 2) specinfra (~> 2) byebug (9.0.6) - coderay (1.1.2) - deep_merge (1.2.1) - diff-lcs (1.3) - docker-api (1.34.2) + coderay (1.1.3) + concurrent-ruby (1.1.10) + deep_merge (1.2.2) + diff-lcs (1.5.0) + docker-api (2.2.0) excon (>= 0.47.0) multi_json - domain_name (0.5.20180417) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - ethon (0.11.0) - ffi (>= 1.3.0) - excon (0.62.0) + ethon (0.15.0) + ffi (>= 1.15.0) + excon (0.93.0) facter (2.5.1) - faraday (0.15.2) + faraday (0.17.5) multipart-post (>= 1.2, < 3) - faraday_middleware (0.12.2) + faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) fast_gettext (1.1.2) - ffi (1.9.25) - gh (0.15.1) - addressable (~> 2.4.0) - backports + ffi (1.15.5) + gh (0.16.0) + activesupport (~> 5.0) + addressable (~> 2.4) faraday (~> 0.8) + faraday_middleware (~> 0.14) multi_json (~> 1.0) net-http-persistent (~> 2.9) net-http-pipeline - hiera (3.4.4) + hiera (3.10.0) highline (1.7.10) - hocon (1.2.5) - http-cookie (1.0.3) + hocon (1.3.1) + http-accept (1.7.0) + http-cookie (1.0.5) domain_name (~> 0.5) + i18n (1.12.0) + concurrent-ruby (~> 1.0) in-parallel (0.1.17) inifile (3.0.0) - json (2.1.0) - json-schema (2.8.0) + json (2.6.2) + json-schema (2.8.1) addressable (>= 2.4) - launchy (2.4.3) - addressable (~> 2.3) - locale (2.1.2) - metaclass (0.0.4) + launchy (2.5.0) + addressable (~> 2.7) + locale (2.1.3) metadata-json-lint (2.2.0) json-schema (~> 2.8) spdx-licenses (~> 1.0) - method_source (0.9.0) - mime-types (3.2.2) + method_source (0.9.2) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) - minitar (0.6.1) - minitest (5.11.3) - mocha (1.7.0) - metaclass (~> 0.0.1) - multi_json (1.13.1) - multipart-post (2.0.0) + mime-types-data (3.2022.0105) + minitar (0.9) + minitest (5.16.3) + mocha (1.15.0) + multi_json (1.15.0) + multipart-post (2.2.3) net-http-persistent (2.9.4) net-http-pipeline (1.0.1) net-scp (1.2.1) @@ -99,7 +108,7 @@ GEM net-ssh (4.2.0) net-telnet (0.2.0) netrc (0.11.0) - oga (2.15) + oga (3.4) ast ruby-ll (~> 2.1) open_uri_redirections (0.2.1) @@ -109,6 +118,7 @@ GEM pry-byebug (3.4.3) byebug (>= 9.0, < 9.1) pry (~> 0.10) + public_suffix (5.0.0) puppet (5.5.6) facter (> 2.0.1, < 4) fast_gettext (~> 1.1.2) @@ -130,7 +140,8 @@ GEM websocket (~> 1.0) rake (12.3.1) rb-readline (0.5.5) - rest-client (2.0.2) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) @@ -138,20 +149,20 @@ GEM rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) + rspec-core (3.8.2) rspec-support (~> 3.8.0) - rspec-expectations (3.8.1) + rspec-expectations (3.8.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-its (1.2.0) + rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.8.0) + rspec-mocks (3.8.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-puppet (2.6.15) rspec - rspec-support (3.8.0) + rspec-support (3.8.3) rsync (1.0.9) ruby-ll (2.1.2) ansi @@ -162,14 +173,15 @@ GEM rspec-its specinfra (~> 2.72) sfl (2.3) - spdx-licenses (1.2.0) + spdx-licenses (1.3.0) specinfra (2.76.1) net-scp net-ssh (>= 2.7) net-telnet sfl stringify-hash (0.0.2) - thor (0.20.0) + thor (0.20.3) + thread_safe (0.3.6) travis (1.8.9) backports faraday (~> 0.9) @@ -181,10 +193,12 @@ GEM typhoeus (~> 0.6, >= 0.6.8) typhoeus (0.8.0) ethon (>= 0.8.0) + tzinfo (1.2.10) + thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.7.5) - websocket (1.2.8) + unf_ext (0.0.8.2) + websocket (1.2.9) PLATFORMS ruby