From 78d4aaf9ff38a274ddbb88380123e21dcfdcc1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:35:51 +0000 Subject: [PATCH] Bump bootsnap from 1.24.3 to 1.24.5 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.24.3 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.3...v1.24.5) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f9be03760..7f5a490e8 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "solid_queue", "~> 1.4" gem "solid_cable", "~> 3.0" # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.23", require: false +gem "bootsnap", "~> 1.24", require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] gem "kamal", "~> 2.10", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 227b7537f..ce4b2588e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM bcrypt_pbkdf (1.1.2) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.3) + bootsnap (1.24.5) msgpack (~> 1.2) brakeman (8.0.5) racc @@ -299,7 +299,7 @@ GEM stimulus-rails turbo-rails mize (0.6.1) - msgpack (1.8.0) + msgpack (1.8.3) multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) multipart-post (2.4.1) @@ -625,7 +625,7 @@ DEPENDENCIES amatch (~> 0.4) annotaterb (~> 4.22) aws-sdk-s3 (~> 1.219) - bootsnap (~> 1.23) + bootsnap (~> 1.24) brakeman (~> 8.0) bullet (~> 8.1) capybara (~> 3.40)