From e782c450a4055958a1f16b59d7515ed083376e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 18:53:46 -0500 Subject: [PATCH] Bump debug from 1.7.2 to 1.8.0 (#1550) * Bump debug from 1.7.2 to 1.8.0 Bumps [debug](https://github.com/ruby/debug) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update NOTICE-ruby --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-notice-ruby-update --- Gemfile.lock | 2 +- NOTICE-ruby | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 396002f74..c81de15f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM activerecord database_cleaner (~> 1.99.0) date (3.3.3) - debug (1.7.2) + debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) devise (4.9.2) diff --git a/NOTICE-ruby b/NOTICE-ruby index 85642c600..0e3686f16 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -4453,8 +4453,6 @@ Apache-2.0 OR (Artistic-2.0 OR (BSD-3-Clause OR (GPL-3.0 OR (MIT OR MPL-2.0)))) ------ -** debug; version 1.7.2 -- -Copyright (c) 1993-2013 Yukihiro Matsumoto ** io-console; version 0.6.0 -- Copyright (c) 1993-2013 Yukihiro Matsumoto ** irb; version 1.6.4 --