From 00d9353763c96a4a5030107a0030006acfc4e9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:00:57 +0000 Subject: [PATCH] Bump the ruby-dependencies group with 2 updates Bumps the ruby-dependencies group with 2 updates: [puma](https://github.com/puma/puma) and [sdoc](https://github.com/zzak/sdoc). Updates `puma` from 7.0.4 to 7.1.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v7.0.4...v7.1.0) Updates `sdoc` from 2.6.4 to 2.6.5 - [Changelog](https://github.com/zzak/sdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/zzak/sdoc/commits) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: sdoc dependency-version: 2.6.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1875dc9e..9e9aba06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,9 +81,9 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) - date (3.4.1) + date (3.5.0) drb (2.2.3) - erb (5.0.2) + erb (5.1.3) erubi (1.13.1) ffi (1.17.2) ffi (1.17.2-aarch64-linux-gnu) @@ -127,7 +127,7 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -148,7 +148,7 @@ GEM psych (5.2.6) date stringio - puma (7.0.4) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.3) @@ -194,12 +194,13 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.14.2) + rdoc (6.15.1) erb psych (>= 4.0.0) + tsort reline (0.6.2) io-console (~> 0.5) - sdoc (2.6.4) + sdoc (2.6.5) rdoc (>= 5.0) securerandom (0.4.1) spring (4.4.0)