From 7841c385a797d7e613893cfeaafd42435898412d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:55:37 +0000 Subject: [PATCH] chore(deps): update dependency pry-byebug to v3.12.0 --- Gemfile.lock | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd1dbca..a57a739 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,8 @@ GEM tzinfo (~> 2.0) ast (2.4.2) builder (3.2.4) - byebug (11.1.3) + byebug (13.0.0) + reline (>= 0.6.0) coderay (1.1.3) concurrent-ruby (1.1.10) crass (1.0.6) @@ -88,6 +89,7 @@ GEM multi_xml (>= 0.5.2) i18n (1.12.0) concurrent-ruby (~> 1.0) + io-console (0.8.2) json (2.10.2) language_server-protocol (3.17.0.4) lint_roller (1.1.0) @@ -100,7 +102,7 @@ GEM net-pop net-smtp marcel (1.0.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.2) mini_portile2 (2.8.1) minitest (5.16.3) @@ -122,12 +124,13 @@ GEM parser (3.3.7.1) ast (~> 2.4.1) racc - pry (0.14.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) + reline (>= 0.6.0) + pry-byebug (3.12.0) + byebug (~> 13.0) + pry (>= 0.13, < 0.17) racc (1.8.1) rack (2.2.5) rack-test (2.0.2) @@ -161,6 +164,8 @@ GEM rainbow (3.1.1) rake (13.3.1) regexp_parser (2.10.0) + reline (0.6.3) + io-console (~> 0.5) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0)