From 9b7e8f6fc58597bc57e234d6f85789b5a1c4cf79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 01:21:47 +0000 Subject: [PATCH] Bump faraday from 2.3.0 to 2.4.0 Bumps [faraday](https://github.com/lostisland/faraday) from 2.3.0 to 2.4.0. - [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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cf0d937e8c..e5a13caed1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'jekyll', '~> 4.2.0', group: :jekyll_plugins gem 'jemoji' # Necessary to prevent Jekyll errors. See https://github.com/github/personal-website/issues/166 -gem 'faraday', '~> 2.3.0' +gem 'faraday', '~> 2.4.0' gem 'html-proofer-unrendered-markdown' gem 'html-proofer' gem 'jekyll-material-icon-tag' diff --git a/Gemfile.lock b/Gemfile.lock index 1db2fbecb2..ebbdc4b6b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,10 +24,10 @@ GEM ethon (0.15.0) ffi (>= 1.15.0) eventmachine (1.2.7) - faraday (2.3.0) + faraday (2.4.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) - faraday-net_http (2.0.2) + faraday-net_http (2.1.0) ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) @@ -148,7 +148,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - faraday (~> 2.3.0) + faraday (~> 2.4.0) html-proofer html-proofer-unrendered-markdown jekyll (~> 4.2.0)