From d523422c31e9e34bf9991add764ed46a29dad344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:45:25 +0000 Subject: [PATCH] chore(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 | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 79266c0..6cc0c6b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gemspec group :development do - gem "byebug", "~> 12.0" + gem "byebug", "~> 13.0" gem "rake", "~> 13.4" gem "rspec", "~> 3.13" gem "rubocop", "~> 1.88" diff --git a/Gemfile.lock b/Gemfile.lock index 64277d4..389b6a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,9 +7,11 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) diff-lcs (1.6.2) docile (1.4.1) + io-console (0.8.2) json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) @@ -22,6 +24,8 @@ GEM rainbow (3.1.1) rake (13.4.2) regexp_parser (2.12.0) + reline (0.6.3) + io-console (~> 0.5) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -76,7 +80,7 @@ PLATFORMS DEPENDENCIES awrence! - byebug (~> 12.0) + byebug (~> 13.0) rake (~> 13.4) rspec (~> 3.13) rubocop (~> 1.88)