Skip to content

Commit

Permalink
Update yard requirement from ~> 0.9.36 to ~> 0.9.37
Browse files Browse the repository at this point in the history
Updates the requirements on [yard](https://github.com/lsegal/yard) to permit the latest version.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.36...v0.9.37)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 3a9fd70 commit 8612a24
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 @@ -17,7 +17,7 @@ group(:development) do
gem('steep', '~> 1.7.1', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
gem('stackprof')
gem('yard', '~> 0.9.36', require: false)
gem('yard', '~> 0.9.37', require: false)
gem('rubocop', '~> 1.66.0', require: false)
gem('rubocop-rake', '~> 0.6.0', require: false)
gem('rubocop-performance', '~> 1.21.1', require: false)
Expand Down

0 comments on commit 8612a24

Please sign in to comment.