From 02fb91830838812660a498e27922940901880c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:25:19 +0000 Subject: [PATCH] build(deps-dev): bump faraday in /appengine/standard-metadata-server Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.10 to 2.14.1. - [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.7.10...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- appengine/standard-metadata-server/Gemfile.lock | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/appengine/standard-metadata-server/Gemfile.lock b/appengine/standard-metadata-server/Gemfile.lock index 7a5f35d4b..69dff70fb 100644 --- a/appengine/standard-metadata-server/Gemfile.lock +++ b/appengine/standard-metadata-server/Gemfile.lock @@ -2,12 +2,18 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.5.0) - faraday (2.7.10) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) + json (2.18.1) + logger (1.7.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) + net-http (0.9.1) + uri (>= 0.11.1) rack (2.2.8.1) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) @@ -33,6 +39,7 @@ GEM rack-protection (= 3.1.0) tilt (~> 2.0) tilt (2.2.0) + uri (1.1.1) webrick (1.8.1) PLATFORMS