From 0540340a66ec4973f995f4c8451f8c6319f2d051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 08:21:56 +0000 Subject: [PATCH] build(deps): bump faraday from 2.6.0 to 2.7.4 Bumps [faraday](https://github.com/lostisland/faraday) from 2.6.0 to 2.7.4. - [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.6.0...v2.7.4) --- updated-dependencies: - dependency-name: faraday dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a417ff201..63c48eed9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,10 +11,10 @@ GEM ast (2.4.2) coderay (1.1.3) concurrent-ruby (1.1.10) - faraday (2.6.0) + faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.1) + faraday-net_http (3.0.2) ffi (1.15.5) formatador (1.1.0) guard (2.18.0)