From a9041c74ac3fc2462efc2b2349f574c83e861ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:57:50 +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-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b682dbc..df02da8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM brakeman (7.0.2) racc builder (3.3.0) - byebug (11.1.3) + byebug (12.0.0) chartkick (5.1.4) coderay (1.1.3) concurrent-ruby (1.3.5) @@ -263,12 +263,12 @@ GEM prism (1.4.0) prometheus_exporter (2.2.0) webrick - 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) pry-rails (0.3.11) pry (>= 0.13.0) psych (5.2.3)