From 629cfe385a58f8d1595dd439fe219852256a7694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:43:16 +0000 Subject: [PATCH] chore(deps): update dependency binding_of_caller to v2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index acf60a8b..76160446 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :development do gem 'better_errors', '~> 2.10', '>= 2.10.1' - gem 'binding_of_caller', '~> 1.0', '>= 1.0.1' + gem 'binding_of_caller', '~> 2.0' gem 'listen', '~> 3.9' gem 'mina', '~> 1.2', '>= 1.2.5' gem 'spring', '~> 4.4' diff --git a/Gemfile.lock b/Gemfile.lock index 5689ff3e..bf050497 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM rouge (>= 1.0.0) bigdecimal (3.1.9) bigdecimal (3.1.9-java) - binding_of_caller (1.0.1) + binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) bootsnap (1.18.6) msgpack (~> 1.2) @@ -582,7 +582,7 @@ DEPENDENCIES awesome_print (~> 1.9, >= 1.9.2) bcrypt (~> 3.1, >= 3.1.20) better_errors (~> 2.10, >= 2.10.1) - binding_of_caller (~> 1.0, >= 1.0.1) + binding_of_caller (~> 2.0) bootsnap (~> 1.18, >= 1.18.6) brakeman (~> 7.1) bullet (~> 8.0, >= 8.0.8)