From b60fd0b5c1f47341434734dcf4896fb9f28cef34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:42:40 +0000 Subject: [PATCH] chore(deps): bump bootsnap from 1.18.6 to 1.23.0 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.18.6 to 1.23.0. - [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.18.6...v1.23.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.23.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 c56ec06..2c54407 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "bcrypt", "~> 3.1.16" # gem "image_processing", "~> 1.2" # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.18.3", require: false +gem "bootsnap", "~> 1.23.0", require: false # Framework building reusable, tetable and encapsulated ViewComponents in Rails # docs: viewcomponent.org diff --git a/Gemfile.lock b/Gemfile.lock index 7bc3431..958e1f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM bindex (0.8.1) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) - bootsnap (1.18.6) + bootsnap (1.23.0) msgpack (~> 1.2) brakeman (8.0.4) racc @@ -503,7 +503,7 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1.16) better_errors - bootsnap (~> 1.18.3) + bootsnap (~> 1.23.0) brakeman byebug capybara