Skip to content

Commit

Permalink
build(deps-dev): update rdoc requirement from = 6.4.0 to 6.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version.
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.4.0...v6.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2022
1 parent d33f56e commit ae32b71
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 @@ -15,7 +15,7 @@ group :development do

# documentation
gem "hoe-markdown", "= 1.4.0"
gem "rdoc", "= 6.4.0"
gem "rdoc", "6.5.0"
gem "psych", "~> 4.0" # psych 5 isn't building in places yet https://github.com/ruby/setup-ruby/issues/409

# parser generator
Expand Down

0 comments on commit ae32b71

Please sign in to comment.