From 89afe1c571830d1047842bf9a8ea47c32273a72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 02:41:20 +0000 Subject: [PATCH] Bump addressable from 2.3.8 to 2.8.1 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.8 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.3.8...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 660be5a..57bee5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.3.8) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (0.1) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) fastercsv (1.5.5) ffi (1.9.10) hpricot (0.8.6) @@ -35,11 +38,11 @@ GEM rb-inotify (>= 0.9) mercenary (0.3.5) mini_portile2 (2.0.0) - multipart-post (2.0.0) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) - octokit (4.2.0) - sawyer (~> 0.6.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) octopress (3.0.11) jekyll (>= 2.0) mercenary (~> 0.3.2) @@ -55,16 +58,18 @@ GEM octopress-hooks (2.6.1) jekyll (>= 2.0) open_uri_redirections (0.2.1) + public_suffix (5.0.0) rb-fsevent (0.9.7) rb-inotify (0.9.5) ffi (>= 0.5.0) redcarpet (3.3.4) rouge (1.10.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.4) sass (3.4.21) - sawyer (0.6.0) - addressable (~> 2.3.5) - faraday (~> 0.8, < 0.10) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) titlecase (0.1.1) PLATFORMS