Skip to content

Commit

Permalink
chore(deps-dev): bump debug from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [debug](https://github.com/ruby/debug) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent efb4e68 commit 7c5c8b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7c5c8b8

Please sign in to comment.