From 07bfa41f7bf41a0326d1fbeeb43f2ecca1d31a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:18:42 +0000 Subject: [PATCH] build(deps): bump bootsnap from 1.20.1 to 1.23.0 Bumps [bootsnap](https://github.com/rails/bootsnap) from 1.20.1 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.20.1...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 c254238..1b27f6f 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "solid_queue", "~> 1.3.0" gem "solid_cable" # Reduces boot times through caching; required in config/boot.rb -gem "bootsnap", "~> 1.20.1", require: false +gem "bootsnap", "~> 1.23.0", require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org] gem "kamal", "~> 2.10.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index f564000..f183793 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM bcrypt_pbkdf (1.1.2) bigdecimal (4.0.1) bindex (0.8.1) - bootsnap (1.20.1) + bootsnap (1.23.0) msgpack (~> 1.2) brakeman (7.1.2) racc @@ -403,7 +403,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - bootsnap (~> 1.20.1) + bootsnap (~> 1.23.0) brakeman (~> 7.1.2) bundler-audit (~> 0.9.3) capybara