From 3c5ae7c9f5f98dd3e635f726083574e395be0578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:23:37 +0000 Subject: [PATCH] chore(deps-dev): bump debug from 1.9.2 to 1.10.0 Bumps [debug](https://github.com/ruby/debug) from 1.9.2 to 1.10.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.9.2...v1.10.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3f36c6b1..9000b6be 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :development do gem 'graphiql-rails' ## VSCode debug: https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg - gem 'debug', '~> 1.9.2' + gem 'debug', '~> 1.10.0' # better rails gem 'awesome_print' diff --git a/Gemfile.lock b/Gemfile.lock index 3a91a8be..bfddd9a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ GEM cssbundling-rails (1.4.1) railties (>= 6.0.0) date (3.4.1) - debug (1.9.2) + debug (1.10.0) irb (~> 1.10) reline (>= 0.3.8) debug_inspector (1.2.0) @@ -648,7 +648,7 @@ DEPENDENCIES bootsnap (>= 1.4.7) carrierwave (~> 3.0.7) cssbundling-rails (~> 1.4) - debug (~> 1.9.2) + debug (~> 1.10.0) devise (~> 4.9.4) devise-i18n (~> 1.12.1) dotenv-rails