From a4b82cc3b7b0a8f6e2d2889b4c50c70ae5f73159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:22:04 +0000 Subject: [PATCH] build(deps-dev): bump faraday from 2.8.1 to 2.9.2 Bumps [faraday](https://github.com/lostisland/faraday) from 2.8.1 to 2.9.2. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.8.1...v2.9.2) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 2000645258..56bd414972 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'webrick' group :jekyll_plugins do gem 'github-pages' - gem 'faraday', '~> 2.8.1' # For Ruby v2.x + gem 'faraday', '~> 2.9.2' # For Ruby v2.x gem 'jekyll-include-cache' gem 'jekyll-toc' end diff --git a/Gemfile.lock b/Gemfile.lock index 62fc92910d..36251a7c64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,11 +33,10 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.9.1) - faraday (2.8.1) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.9.2) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http ffi (1.17.0) ffi (1.17.0-arm64-darwin) forwardable-extended (2.6.0) @@ -226,6 +225,8 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.24.1) mutex_m (0.2.0) + net-http (0.4.1) + uri nokogiri (1.15.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -243,7 +244,6 @@ GEM rexml (3.3.1) strscan rouge (3.30.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) @@ -263,6 +263,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) + uri (0.13.0) webrick (1.8.1) PLATFORMS @@ -270,7 +271,7 @@ PLATFORMS ruby DEPENDENCIES - faraday (~> 2.8.1) + faraday (~> 2.9.2) github-pages jekyll jekyll-include-cache