From 90446da3f5098e63b514576db33fb9181f6eff45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 06:02:42 +0000 Subject: [PATCH] Bump bootsnap from 1.24.4 to 1.24.5 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.24.4 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.4...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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0353fc3..3ef30ea 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rack-cors', '~> 3.0.0' gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] # Reduces boot times through caching; required in config/boot.rb -gem 'bootsnap', '~> 1.24.4', require: false +gem 'bootsnap', '~> 1.24.5', require: false group :development, :test do # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index 72eb33d..a420e28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM base64 (0.3.0) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.4) + bootsnap (1.24.5) msgpack (~> 1.2) brakeman (8.0.4) racc @@ -374,7 +374,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.22) - bootsnap (~> 1.24.4) + bootsnap (~> 1.24.5) brakeman (~> 8.0.4) capybara (~> 3.40.0) debug (~> 1.11.1)