Skip to content

Commit 04c4f57

Browse files
build(deps-dev): Update rdoc requirement from ~> 7.1 to ~> 8.0
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@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 8.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f57f609 commit 04c4f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group(:generate_references) do
2121
gem 'pandoc-ruby'
2222
gem 'pragmatic_segmenter', '~> 0.3'
2323
gem 'punkt-segmenter', '~> 0.9'
24-
gem 'rdoc', '~> 7.1'
24+
gem 'rdoc', '~> 8.0'
2525
gem 'rgen', '~> 0.8'
2626
gem 'yard', '~> 0.9'
2727
end

0 commit comments

Comments
 (0)