diff --git a/Gemfile b/Gemfile index 56962bfc1..5005a2fe7 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 55759600e..50043438a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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