From 2f8d2967412812eba9b5b176a6ca8c325e6368be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:27:19 +0000 Subject: [PATCH] Bump the ruby-dependencies group across 1 directory with 3 updates Bumps the ruby-dependencies group with 3 updates in the / directory: [puma](https://github.com/puma/puma), [bootsnap](https://github.com/rails/bootsnap) and [spring](https://github.com/rails/spring). Updates `puma` from 8.0.1 to 8.0.2 - [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/v8.0.1...v8.0.2) Updates `bootsnap` from 1.24.1 to 1.24.5 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.24.1...v1.24.5) Updates `spring` from 4.4.2 to 4.6.0 - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v4.4.2...v4.6.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: spring dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3e33693d..6a2f86be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM uri (>= 0.13.1) base64 (0.3.0) bigdecimal (4.1.2) - bootsnap (1.24.1) + bootsnap (1.24.5) msgpack (~> 1.2) builder (3.3.0) concurrent-ruby (1.3.6) @@ -125,7 +125,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - msgpack (1.8.0) + msgpack (1.8.1) net-imap (0.6.4) date net-protocol @@ -157,7 +157,7 @@ GEM psych (5.3.1) date stringio - puma (8.0.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -212,7 +212,7 @@ GEM sdoc (2.6.5) rdoc (>= 5.0) securerandom (0.4.1) - spring (4.4.2) + spring (4.6.0) stringio (3.2.0) thor (1.5.0) timeout (0.6.1)