From 75f169e318399e9d97ac440f21d5b7006e13217b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:51:26 +0000 Subject: [PATCH] Bump pry-byebug from 3.11.0 to 3.12.0 Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: pry-byebug dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b182b34cb..042c3c757 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.16' - gem 'pry-byebug', '~> 3.11' + gem 'pry-byebug', '~> 3.12' gem 'rest-client', '~> 2.1.0' gem 'websocket-client-simple', '~> 0.6.1' diff --git a/Gemfile.lock b/Gemfile.lock index 307e636e6..29f746606 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,8 @@ GEM base64 (0.3.0) bigdecimal (4.0.1) browserstack-local (1.4.3) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) capybara (3.40.0) addressable matrix @@ -141,12 +142,13 @@ GEM prettyprint prettyprint (0.2.0) prism (1.7.0) - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.11.0) - byebug (~> 12.0) - pry (>= 0.13, < 0.16) + reline (>= 0.6.0) + pry-byebug (3.12.0) + byebug (~> 13.0) + pry (>= 0.13, < 0.17) psych (5.3.1) date stringio @@ -321,7 +323,7 @@ DEPENDENCIES net-smtp otr-activerecord (~> 2.6.0) parseconfig (~> 1.1, >= 1.1.2) - pry-byebug (~> 3.11) + pry-byebug (~> 3.12) qr4r (~> 0.6.1) rack (~> 3.2) rack-protection (~> 4.2.1)