Update dependency debug to v1.7.2
This commit is contained in:
committed by
Ryan Williams
parent
c8b19f55ee
commit
3dea08b8e8
@@ -56,7 +56,7 @@ gem "rubocop-rails"
|
||||
|
||||
group :development, :test do
|
||||
# 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 "rubocop-rspec"
|
||||
end
|
||||
|
||||
+9
-2
@@ -90,7 +90,9 @@ GEM
|
||||
connection_pool (2.4.0)
|
||||
crass (1.0.6)
|
||||
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)
|
||||
erubi (1.12.0)
|
||||
ffi (1.15.5)
|
||||
@@ -104,6 +106,9 @@ GEM
|
||||
importmap-rails (1.1.5)
|
||||
actionpack (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
io-console (0.5.11)
|
||||
irb (1.5.1)
|
||||
reline (>= 0.3.0)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
@@ -187,6 +192,8 @@ GEM
|
||||
redis-client (0.14.0)
|
||||
connection_pool
|
||||
regexp_parser (2.7.0)
|
||||
reline (0.3.3)
|
||||
io-console (~> 0.5)
|
||||
rexml (3.2.5)
|
||||
rspec-core (3.12.1)
|
||||
rspec-support (~> 3.12.0)
|
||||
@@ -282,7 +289,7 @@ DEPENDENCIES
|
||||
brakeman
|
||||
bundler-audit
|
||||
capybara
|
||||
debug (= 1.7.1)
|
||||
debug (= 1.7.2)
|
||||
image_processing (~> 1.12)
|
||||
importmap-rails
|
||||
jbuilder
|
||||
|
||||
Reference in New Issue
Block a user