From b913bb22d406c3e004fa804c668de5b4b66b0f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:46:00 +0000 Subject: [PATCH] Bump pry-byebug from 3.10.0 to 3.10.1 Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.10.0 to 3.10.1. - [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.0...v3.10.1) --- updated-dependencies: - dependency-name: pry-byebug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03aba94b..eb4faebd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.10.0) + pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) pry-rails (0.3.9)