From d3abae960e2342b70390d5c7b2313ecb906b4c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:02:03 +0000 Subject: [PATCH] chore(deps): bump the ruby group with 3 updates Bumps the ruby group with 3 updates: [faraday-net_http](https://github.com/lostisland/faraday-net_http), [json](https://github.com/ruby/json) and [uri](https://github.com/ruby/uri). Updates `faraday-net_http` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/lostisland/faraday-net_http/releases) - [Commits](https://github.com/lostisland/faraday-net_http/compare/v3.4.1...v3.4.2) Updates `json` from 2.15.2 to 2.16.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.15.2...v2.16.0) Updates `uri` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: faraday-net_http dependency-version: 3.4.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: json dependency-version: 2.16.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: uri dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7c60cc14..19f60573 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,9 +83,9 @@ GEM faraday-gzip (3.0.4) faraday (>= 2.0, < 3) zlib (~> 3.0) - faraday-net_http (3.4.1) - net-http (>= 0.5.0) - json (2.15.2) + faraday-net_http (3.4.2) + net-http (~> 0.5) + json (2.16.0) kramdown (2.5.1) rexml (>= 3.3.9) logger (1.7.0) @@ -118,7 +118,7 @@ GEM thor (1.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - uri (1.1.0) + uri (1.1.1) websocket-driver (0.8.0) base64 websocket-extensions (>= 0.1.0)