From 17e5de07cb39c265e3b553e221f1fda352592689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 07:01:30 +0000 Subject: [PATCH] Bump bootsnap from 1.19.0 to 1.20.1 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.19.0 to 1.20.1. - [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.19.0...v1.20.1) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dc2bf12..62b9bd3 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.19.0', require: false +gem 'bootsnap', '~> 1.20.1', 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 e0b6359..61c0219 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM base64 (0.3.0) bigdecimal (3.3.1) bindex (0.8.1) - bootsnap (1.19.0) + bootsnap (1.20.1) msgpack (~> 1.2) brakeman (7.1.1) racc @@ -375,7 +375,7 @@ PLATFORMS DEPENDENCIES annotaterb (~> 4.20) - bootsnap (~> 1.19.0) + bootsnap (~> 1.20.1) brakeman (~> 7.1.1) capybara (~> 3.40.0) debug (~> 1.11.1)