From f6fadc0bd90eacb7d3b855c74f58a9c5a47ff39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:21:36 +0000 Subject: [PATCH] build(deps-dev): bump byebug from 12.0.0 to 13.0.0 Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/deivid-rodriguez/byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/byebug/blob/main/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/byebug/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: byebug dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 577b753c9..ecf2a6af8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,8 @@ GEM msgpack (~> 1.2) bson (5.2.0) builder (3.3.0) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) capybara (3.40.0) addressable matrix @@ -247,6 +248,7 @@ GEM i18n-js (3.9.2) i18n (>= 0.6.6) iban-tools (1.2.1) + io-console (0.8.2) jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -430,6 +432,8 @@ GEM redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.10.0) + reline (0.6.3) + io-console (~> 0.5) remote_syslog_logger (1.0.4) syslog_protocol request_store (1.7.0)