From 9fab4127c1c90305169931d45a113342f8490526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:56:21 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 2 updates Bumps the bundler group with 2 updates in the / directory: [sinatra](https://github.com/sinatra/sinatra) and [faraday](https://github.com/lostisland/faraday). Updates `sinatra` from 4.1.0 to 4.2.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.1.0...v4.2.0) Updates `faraday` from 2.9.0 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.9.0...v2.14.1) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production dependency-group: bundler - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a9142f0..79b2e47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,24 +12,27 @@ GEM specs: addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - base64 (0.2.0) + base64 (0.3.0) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) - faraday (2.9.0) - faraday-net_http (>= 2.0, < 3.2) - faraday-net_http (3.1.0) - net-http + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) io-console (0.7.2) irb (1.12.0) rdoc reline (>= 0.4.2) - logger (1.6.1) + json (2.19.3) + logger (1.7.0) multi_json (1.15.0) - mustermann (3.0.3) + mustermann (3.0.4) ruby2_keywords (~> 0.0.1) - net-http (0.4.1) - uri + net-http (0.9.1) + uri (>= 0.11.1) octokit (8.1.0) base64 faraday (>= 1, < 3) @@ -38,7 +41,7 @@ GEM stringio public_suffix (5.0.4) rack (3.1.21) - rack-protection (4.1.0) + rack-protection (4.2.0) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) @@ -53,22 +56,22 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - sinatra (4.1.0) + sinatra (4.2.0) logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.1.0) + rack-protection (= 4.2.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (4.1.0) + sinatra-contrib (4.2.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 4.1.0) - sinatra (= 4.1.0) + rack-protection (= 4.2.0) + sinatra (= 4.2.0) tilt (~> 2.0) stringio (3.1.0) - tilt (2.4.0) - uri (0.13.3) + tilt (2.7.0) + uri (1.1.1) webrick (1.8.2) PLATFORMS