Skip to content

Commit

Permalink
Merge pull request #1451 from tryzealot/dependabot/bundler/debug-1.9.2
Browse files Browse the repository at this point in the history
chore(deps-dev): bump debug from 1.9.1 to 1.9.2
  • Loading branch information
icyleaf authored Mar 30, 2024
2 parents 5199169 + d0d47c7 commit 90d9944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9.1'
gem 'debug', '~> 1.9.2'

# rails 更友好错误输出
gem 'awesome_print'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
date (3.3.4)
debug (1.9.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
Expand Down Expand Up @@ -592,7 +592,7 @@ DEPENDENCIES
bootsnap (>= 1.4.7)
carrierwave (~> 3.0.7)
cssbundling-rails (~> 1.4)
debug (~> 1.9.1)
debug (~> 1.9.2)
devise (~> 4.9.3)
devise-i18n (~> 1.12.0)
dotenv-rails
Expand Down

0 comments on commit 90d9944

Please sign in to comment.