Bump rdoc from 6.11.0 to 6.12.0

Bumps [rdoc](https://github.com/ruby/rdoc) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0)

---
updated-dependencies:
- dependency-name: rdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-11 13:13:36 +00:00
committed by GitHub
parent 2a60191d1d
commit 78b905a329
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ end
group :test do
gem 'test-unit-full', '~> 0.0.5'
gem 'rspec', '~> 3.13'
gem 'rdoc', '~> 6.11'
gem 'rdoc', '~> 6.12'
gem 'browserstack-local', '~> 1.4'
gem 'irb', '~> 1.15'

View File

@@ -145,7 +145,7 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.11.0)
rdoc (6.12.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.0)
@@ -281,7 +281,7 @@ DEPENDENCIES
rack (~> 2.2)
rack-protection (~> 3.2.0)
rake (~> 13.2)
rdoc (~> 6.11)
rdoc (~> 6.12)
rest-client (~> 2.1.0)
rspec (~> 3.13)
rubocop (~> 1.71.0)