From 7c5c8b863e0746b9fcbd1183d92742709cb6f369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:23:16 +0000 Subject: [PATCH] chore(deps-dev): bump debug from 1.8.0 to 1.9.0 Bumps [debug](https://github.com/ruby/debug) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0ae38bcf3..da83e8eec 100644 --- a/Gemfile +++ b/Gemfile @@ -110,7 +110,7 @@ group :development do # 调试器 ## VSCode debug: https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg - gem 'debug', '~> 1.8.0' + gem 'debug', '~> 1.9.0' # rails 更友好错误输出 gem 'awesome_print' diff --git a/Gemfile.lock b/Gemfile.lock index ade894ea6..7a6bab7fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,9 +137,9 @@ GEM cssbundling-rails (1.3.3) railties (>= 6.0.0) date (3.3.4) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) + debug (1.9.0) + irb (~> 1.10) + reline (>= 0.3.8) debug_inspector (1.1.0) devise (4.9.3) bcrypt (~> 3.0) @@ -581,7 +581,7 @@ DEPENDENCIES bootsnap (>= 1.4.7) carrierwave (~> 3.0.4) cssbundling-rails (~> 1.3) - debug (~> 1.8.0) + debug (~> 1.9.0) devise (~> 4.9.3) devise-i18n (~> 1.12.0) dotenv-rails