Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update debug requirement from ~> 1.9.0 to ~> 1.9.1
Browse files Browse the repository at this point in the history
Updates the requirements on [debug](https://github.com/ruby/debug) to permit the latest version.
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 250862f commit 49f448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group(:development, :test) do
end

group(:development) do
gem('debug', '~> 1.9.0', require: false)
gem('debug', '~> 1.9.1', require: false)
gem('yard', '~> 0.9.34', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
gem('rubocop', '~> 1.59.0', require: false)
Expand Down

0 comments on commit 49f448f

Please sign in to comment.