Update dependency debug to v1.7.2

This commit is contained in:
renovate[bot]
2023-03-28 21:55:00 +00:00
committed by Ryan Williams
parent c8b19f55ee
commit 3dea08b8e8
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ gem "rubocop-rails"
group :development, :test do group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", "1.7.1", platforms: %i[ mri mingw x64_mingw ] gem "debug", "1.7.2", platforms: %i[ mri mingw x64_mingw ]
gem "rspec-rails" gem "rspec-rails"
gem "rubocop-rspec" gem "rubocop-rspec"
end end
+9 -2
View File
@@ -90,7 +90,9 @@ GEM
connection_pool (2.4.0) connection_pool (2.4.0)
crass (1.0.6) crass (1.0.6)
date (3.3.3) date (3.3.3)
debug (1.7.1) debug (1.7.2)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0) diff-lcs (1.5.0)
erubi (1.12.0) erubi (1.12.0)
ffi (1.15.5) ffi (1.15.5)
@@ -104,6 +106,9 @@ GEM
importmap-rails (1.1.5) importmap-rails (1.1.5)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
io-console (0.5.11)
irb (1.5.1)
reline (>= 0.3.0)
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
@@ -187,6 +192,8 @@ GEM
redis-client (0.14.0) redis-client (0.14.0)
connection_pool connection_pool
regexp_parser (2.7.0) regexp_parser (2.7.0)
reline (0.3.3)
io-console (~> 0.5)
rexml (3.2.5) rexml (3.2.5)
rspec-core (3.12.1) rspec-core (3.12.1)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
@@ -282,7 +289,7 @@ DEPENDENCIES
brakeman brakeman
bundler-audit bundler-audit
capybara capybara
debug (= 1.7.1) debug (= 1.7.2)
image_processing (~> 1.12) image_processing (~> 1.12)
importmap-rails importmap-rails
jbuilder jbuilder