From fe02feb5c0ef035b114d92add2feb644ccb59f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:22:50 +0000 Subject: [PATCH] Bump bootsnap from 1.24.6 to 1.25.0 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.24.6 to 1.25.0. - [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.6...v1.25.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a521317d..bd539e257 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,8 +120,8 @@ GEM aws-eventstream (~> 1, >= 1.0.2) base64 (0.3.0) bigdecimal (4.1.2) - bootsnap (1.24.6) - msgpack (~> 1.2) + bootsnap (1.25.0) + msgpack (~> 1.5) builder (3.3.0) bullet (8.1.3) activesupport (>= 3.0.0) @@ -278,7 +278,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - msgpack (1.8.2) + msgpack (1.8.4) multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) net-http (0.9.1)