From deab022b0edfda92398618629f1fe320dd2a5e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:05:43 +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 9ff50c83..c0c86348 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 8.0.4' gem 'activeadmin', '~> 3.4' gem 'active_storage_base64', '~> 3.0.1' gem 'aws-sdk-s3', '~> 1.209', require: false -gem 'bootsnap', '~> 1.19' +gem 'bootsnap', '~> 1.20' gem 'cssbundling-rails', '~> 1.4' gem 'devise', '~> 4.9' gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth' diff --git a/Gemfile.lock b/Gemfile.lock index c0fffc74..c0cfd8b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM bigdecimal (3.3.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) - bootsnap (1.19.0) + bootsnap (1.20.1) msgpack (~> 1.2) brakeman (7.1.2) racc @@ -666,7 +666,7 @@ DEPENDENCIES aws-sdk-s3 (~> 1.209) better_errors (~> 2.10) binding_of_caller (~> 1.0) - bootsnap (~> 1.19) + bootsnap (~> 1.20) brakeman (~> 7.1) capybara (~> 3.40) chaotic_order (~> 0.1.0)