From 65b1bda302d07c37aa14a45d88bdee299b8c8df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:16:02 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [bootsnap](https://github.com/rails/bootsnap) and [binding_of_caller](https://github.com/banister/binding_of_caller). Updates `bootsnap` from 1.22.0 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.22.0...v1.23.0) Updates `binding_of_caller` from 1.0.1 to 2.0.0 - [Release notes](https://github.com/banister/binding_of_caller/releases) - [Commits](https://github.com/banister/binding_of_caller/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: binding_of_caller dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 098c6c0e1..b21a84e78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,9 +145,9 @@ GEM smart_properties bigdecimal (4.0.1) bindata (2.5.1) - binding_of_caller (1.0.1) + binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) - bootsnap (1.22.0) + bootsnap (1.23.0) msgpack (~> 1.2) bootstrap (5.3.8) popper_js (>= 2.11.8, < 3) -- 2.39.5