Skip to content

Commit

Permalink
Update debug requirement from ~> 1.9.1 to ~> 1.9.2 (#518)
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.1...v1.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent f7be001 commit 75c45b1
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.1', require: false)
gem('debug', '~> 1.9.2', require: false)
gem('rbs', '~> 3.4.4', require: false)
gem('steep', '~> 1.6.0', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
Expand Down

0 comments on commit 75c45b1

Please sign in to comment.