Skip to content

Commit 061887c

Browse files
fix: update rdoc requirement from 6.3.2 to 6.5.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@v6.3.2...v6.5.0) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7e54c8 commit 061887c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem "asciidoctor", "2.0.16"
66
gem "commonmarker", "=0.21.0"
77
gem "creole", "=0.5.0"
88
gem "org-ruby", "=0.9.12"
9-
gem "rdoc", "6.3.2"
9+
gem "rdoc", "6.5.0"
1010
gem "redcarpet", "3.6.0"
1111
gem "wikicloth", "=0.8.3"

0 commit comments

Comments
 (0)