Bump debug from 1.7.2 to 1.8.0

Bumps [debug](https://github.com/ruby/debug) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](https://github.com/ruby/debug/compare/v1.7.2...v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-09 05:59:45 +00:00
committed by Ryan Williams
parent 757e50030b
commit ec23aec27a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.2", platforms: %i[ mri mingw x64_mingw ]
gem "debug", "1.8.0", platforms: %i[ mri mingw x64_mingw ]
gem "rspec-rails"
gem "rubocop-rspec"
end