From 3f99062284ad0177079680a71fbb4d0e430348d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:34:48 +0000 Subject: [PATCH] Bump pry-byebug from 3.8.0 to 3.10.1 in /api Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.8.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.8.0...v3.10.1) --- updated-dependencies: - dependency-name: pry-byebug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 7d2456a7..59b63fff 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -43,9 +43,9 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.8.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.10) + pry (>= 0.13, < 0.15) puma (5.6.4) nio4r (~> 2.0) rack (2.2.3.1)