Bump rdoc from 6.8.1 to 6.10.0

Bumps [rdoc](https://github.com/ruby/rdoc) from 6.8.1 to 6.10.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.8.1...v6.10.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]
2024-12-22 23:28:12 +00:00
committed by GitHub
parent e0f0402699
commit cab8b8ddf4
2 changed files with 6 additions and 4 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.8'
gem 'rdoc', '~> 6.10'
gem 'browserstack-local', '~> 1.4'
gem 'irb', '~> 1.14'

View File

@@ -56,6 +56,7 @@ GEM
json
curb (1.0.6)
daemons (1.4.1)
date (3.4.1)
diff-lcs (1.5.1)
domain_name (0.6.20240107)
drb (2.2.1)
@@ -138,7 +139,8 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.0)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
qr4r (0.6.2)
@@ -153,7 +155,7 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.8.1)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
@@ -297,7 +299,7 @@ DEPENDENCIES
rack (~> 2.2)
rack-protection (~> 3.2.0)
rake (~> 13.2)
rdoc (~> 6.8)
rdoc (~> 6.10)
rest-client (~> 2.1.0)
rspec (~> 3.13)
rubocop (~> 1.68.0)