Skip to content

Commit 04ca668

Browse files
build(deps-dev): update rdoc requirement from 6.15.1 to 7.0.1
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.15.1...v7.0.1) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3264d47 commit 04ca668

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
@@ -12,7 +12,7 @@ group :test do
1212
end
1313

1414
group :development do
15-
gem "rdoc", "6.15.1"
15+
gem "rdoc", "7.0.1"
1616

1717
gem "rubocop", "1.59.0", require: false
1818
gem "rubocop-minitest", "0.34.5", require: false

0 commit comments

Comments
 (0)