Bump debug from 1.7.0 to 1.7.1

Bumps [debug](https://github.com/ruby/debug) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](https://github.com/ruby/debug/compare/v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-29 05:03:35 +00:00
committed by Ryan Williams
parent cde5f35afb
commit 41a71add52
2 changed files with 3 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.0", platforms: %i[ mri mingw x64_mingw ] gem "debug", "1.7.1", platforms: %i[ mri mingw x64_mingw ]
gem "rspec-rails" gem "rspec-rails"
gem "rubocop-rspec" gem "rubocop-rspec"
end end
+2 -2
View File
@@ -90,7 +90,7 @@ GEM
connection_pool (2.3.0) connection_pool (2.3.0)
crass (1.0.6) crass (1.0.6)
date (3.3.3) date (3.3.3)
debug (1.7.0) debug (1.7.1)
irb (>= 1.5.0) irb (>= 1.5.0)
reline (>= 0.3.1) reline (>= 0.3.1)
diff-lcs (1.5.0) diff-lcs (1.5.0)
@@ -281,7 +281,7 @@ DEPENDENCIES
brakeman brakeman
bundler-audit bundler-audit
capybara capybara
debug (= 1.7.0) debug (= 1.7.1)
image_processing (~> 1.12) image_processing (~> 1.12)
importmap-rails importmap-rails
jbuilder jbuilder