Skip to content

Commit 42dca95

Browse files
build(deps-dev): update rdoc requirement from 6.10.0 to 6.11.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.10.0...v6.11.0) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67d50cb commit 42dca95

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
@@ -10,7 +10,7 @@ group :development do
1010

1111
gem "ruby_memcheck", "3.0.1" if Gem::Platform.local.os == "linux"
1212

13-
gem "rdoc", "6.10.0"
13+
gem "rdoc", "6.11.0"
1414

1515
gem "rubocop", "1.59.0", require: false
1616
gem "rubocop-minitest", "0.34.5", require: false

0 commit comments

Comments
 (0)