From c53c17056e9e90c328e61b43d2cb9273c1eded53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:22:31 +0000 Subject: [PATCH] Bump the ruby-dependencies group with 2 updates Bumps the ruby-dependencies group with 2 updates: [bootsnap](https://github.com/rails/bootsnap) and [spring](https://github.com/rails/spring). Updates `bootsnap` from 1.24.5 to 1.24.6 - [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.5...v1.24.6) Updates `spring` from 4.6.0 to 4.7.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.6.0...v4.7.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.24.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: spring dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8924c4cb..53e94f8f 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.5) + bootsnap (1.24.6) msgpack (~> 1.2) builder (3.3.0) concurrent-ruby (1.3.7) @@ -125,7 +125,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - msgpack (1.8.1) + msgpack (1.8.3) net-imap (0.6.4.1) date net-protocol @@ -212,7 +212,7 @@ GEM sdoc (2.6.5) rdoc (>= 5.0) securerandom (0.4.1) - spring (4.6.0) + spring (4.7.0) stringio (3.2.0) thor (1.5.0) timeout (0.6.1)