From 1f440800c4d7966dea47902781708546b967c690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 13:29:58 +0000 Subject: [PATCH] Bump pry-byebug from 3.10.1 to 3.11.0 Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.10.1 to 3.11.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.10.1...v3.11.0) --- updated-dependencies: - dependency-name: pry-byebug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index ee3b9fdd7..745c04bd0 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.15' - gem 'pry-byebug', '~> 3.10', '>= 3.10.1' + gem 'pry-byebug', '~> 3.11' gem 'rest-client', '~> 2.1.0' gem 'websocket-client-simple', '~> 0.6.1' diff --git a/Gemfile.lock b/Gemfile.lock index dd808f2dd..bfeaac8e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM benchmark (0.4.0) bigdecimal (3.1.8) browserstack-local (1.4.3) - byebug (11.1.3) + byebug (12.0.0) capybara (3.40.0) addressable matrix @@ -125,12 +125,12 @@ GEM prettyprint prettyprint (0.2.0) prism (1.4.0) - pry (0.14.2) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.10.1) - byebug (~> 11.0) - pry (>= 0.13, < 0.15) + pry-byebug (3.11.0) + byebug (~> 12.0) + pry (>= 0.13, < 0.16) psych (5.2.3) date stringio @@ -280,7 +280,7 @@ DEPENDENCIES net-smtp otr-activerecord (~> 2.5.0) parseconfig (~> 1.1, >= 1.1.2) - pry-byebug (~> 3.10, >= 3.10.1) + pry-byebug (~> 3.11) qr4r (~> 0.6.1) rack (~> 2.2) rack-protection (~> 3.2.0)