From fc12cda7bd5819de2d7c1315e34ebb7a4174988f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:01:40 +0000 Subject: [PATCH] Bump bootsnap from 1.18.6 to 1.19.0 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.18.6 to 1.19.0. - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.18.6...v1.19.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.19.0 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 ba2a43ae..d3ebc30c 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.203', require: false -gem 'bootsnap', '~> 1.18' +gem 'bootsnap', '~> 1.19' 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 23eb83eb..41093530 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.18.6) + bootsnap (1.19.0) msgpack (~> 1.2) brakeman (7.1.1) racc @@ -664,7 +664,7 @@ DEPENDENCIES aws-sdk-s3 (~> 1.203) better_errors (~> 2.10) binding_of_caller (~> 1.0) - bootsnap (~> 1.18) + bootsnap (~> 1.19) brakeman (~> 7.1) capybara (~> 3.40) chaotic_order (~> 0.1.0)