Skip to content

Commit

Permalink
Merge pull request #1369 from tryzealot/dependabot/bundler/debug-1.9.1
Browse files Browse the repository at this point in the history
chore(deps-dev): bump debug from 1.9.0 to 1.9.1
  • Loading branch information
icyleaf authored Dec 27, 2023
2 parents 295afde + 9bcf416 commit 10814d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0'
gem 'debug', '~> 1.9.1'

# rails 更友好错误输出
gem 'awesome_print'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
cssbundling-rails (1.3.3)
railties (>= 6.0.0)
date (3.3.4)
debug (1.9.0)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.1.0)
Expand Down Expand Up @@ -206,9 +206,9 @@ GEM
terminal-table (>= 1.4.0)
thor (>= 0.16.0)
interception (0.5)
io-console (0.6.0)
io-console (0.7.1)
iostruct (0.0.5)
irb (1.10.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jb (0.8.2)
Expand Down Expand Up @@ -359,7 +359,7 @@ GEM
pry-rescue (1.5.2)
interception (>= 0.5)
pry (>= 0.12.0)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.0)
Expand Down Expand Up @@ -428,7 +428,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.1)
rdoc (6.6.2)
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
bootsnap (>= 1.4.7)
carrierwave (~> 3.0.4)
cssbundling-rails (~> 1.3)
debug (~> 1.9.0)
debug (~> 1.9.1)
devise (~> 4.9.3)
devise-i18n (~> 1.12.0)
dotenv-rails
Expand Down

0 comments on commit 10814d2

Please sign in to comment.