From 21171b2c2b6b03584ded1b2e8e017f9ee865823f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 05:05:37 +0000 Subject: [PATCH] Bump debug from 1.6.3 to 1.7.0 Bumps [debug](https://github.com/ruby/debug) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4b46920..784cafd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,8 +90,8 @@ GEM concurrent-ruby (1.1.10) connection_pool (2.3.0) crass (1.0.6) - debug (1.6.3) - irb (>= 1.3.6) + debug (1.7.0) + irb (>= 1.5.0) reline (>= 0.3.1) diff-lcs (1.5.0) erubi (1.11.0) @@ -107,7 +107,7 @@ GEM actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.5.11) - irb (1.5.0) + irb (1.5.1) reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0)