Skip to content

Commit

Permalink
Merge pull request #1358 from tryzealot/dependabot/bundler/debug-1.9.0
Browse files Browse the repository at this point in the history
chore(deps-dev): bump debug from 1.8.0 to 1.9.0
  • Loading branch information
icyleaf authored Dec 12, 2023
2 parents 455535e + 3b151d8 commit e4538ea
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 e4538ea

Please sign in to comment.