Skip to content

Commit

Permalink
build(deps-dev): update rdoc requirement from 6.7.0 to 6.8.1
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.7.0...v6.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent e609300 commit 69d808c
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 @@ -10,7 +10,7 @@ group :development do

gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux"

gem "rdoc", "6.7.0"
gem "rdoc", "6.8.1"

gem "rubocop", "1.59.0", require: false
gem "rubocop-minitest", "0.34.5", require: false
Expand Down

0 comments on commit 69d808c

Please sign in to comment.