Bump rdoc from 6.6.3.1 to 6.7.0
Bumps rdoc from 6.6.3.1 to 6.7.0.
Release notes
Sourced from rdoc's releases.
v6.7.0
What's Changed
- Fix support for
rb_file_constandrb_curses_define_constby@nobuin ruby/rdoc#1069- Bump actions/upload-pages-artifact from 2 to 3 by
@dependabotin ruby/rdoc#1071- Bump actions/deploy-pages from 3 to 4 by
@dependabotin ruby/rdoc#1070- Use master of setup-ruby by
@nobuin ruby/rdoc#1072- Allow empty name rdoc-ref as a local link by
@nobuin ruby/rdoc#1073- [DOC] MarkupReference by
@BurdetteLamarin ruby/rdoc#1075- Bump ruby/setup-ruby from 1.162.0 to 1.165.1 by
@dependabotin ruby/rdoc#1074- [DOC] Tweaks to Markup Reference by
@BurdetteLamarin ruby/rdoc#1077- Sort coverage outputs by
@nobuin ruby/rdoc#1078- Ignore
localeatwrite_optionsby@nobuin ruby/rdoc#1079- Singleton visibility by
@nobuin ruby/rdoc#1080- Respect modeline to detect parser by
@nobuin ruby/rdoc#1081- Bump ruby/setup-ruby from 1.165.1 to 1.169.0 by
@dependabotin ruby/rdoc#1085- Don't document aliases with trailing
:nodocdirective by@p8in ruby/rdoc#1090- Bump ruby/setup-ruby from 1.169.0 to 1.171.0 by
@dependabotin ruby/rdoc#1089- Bump ruby/setup-ruby from 1.171.0 to 1.172.0 by
@dependabotin ruby/rdoc#1092- Fix ToMarkdown missing newlines for label-lists by
@skipkayhilin ruby/rdoc#1094- Fix ToRdoc generating incorrect {label,name}-lists by
@skipkayhilin ruby/rdoc#1093- [DOC] Improve documentation of
:include:directive file search by@p8in ruby/rdoc#1083- Allow rich definition list labels for Markdown by
@skipkayhilin ruby/rdoc#1096- Test only with truffleruby-head by
@nobuin ruby/rdoc#1095- test: Add tests for
RDoc::TokenStreamclass by@toshimaruin ruby/rdoc#1068- Use readline history when
riis running interactive by@adam12in ruby/rdoc#861- Revert "Test only with truffleruby-head" by
@eregonin ruby/rdoc#1099- Bump ruby/setup-ruby from 1.172.0 to 1.173.0 by
@dependabotin ruby/rdoc#1101- Bump actions/configure-pages from 4 to 5 by
@dependabotin ruby/rdoc#1102- Bump ruby/setup-ruby from 1.173.0 to 1.174.0 by
@dependabotin ruby/rdoc#1105- Bump ruby/setup-ruby from 1.174.0 to 1.175.1 by
@dependabotin ruby/rdoc#1106- Bump ruby/setup-ruby from 1.175.1 to 1.176.0 by
@dependabotin ruby/rdoc#1108- Fix typo in CONTRIBUTING.md by
@okuramasafumiin ruby/rdoc#1109- [DOC] Correct
.rdoc_optionsfilename in comment by@adam12in ruby/rdoc#1103New Contributors
@skipkayhilmade their first contribution in ruby/rdoc#1094@adam12made their first contribution in ruby/rdoc#861@okuramasafumimade their first contribution in ruby/rdoc#1109Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0
Commits
a667e61Bump up 6.7.05c7ea6fCorrect.rdoc_optionsfilename in comment0c88dc5Fix typo in CONTRIBUTING.md2ded4f7Bump ruby/setup-ruby from 1.175.1 to 1.176.016b46deBump ruby/setup-ruby from 1.174.0 to 1.175.18a68a01Bump ruby/setup-ruby from 1.173.0 to 1.174.0dd493dfshow warning for unused block3ecf346Bump actions/configure-pages from 4 to 51c2af1eBump ruby/setup-ruby from 1.172.0 to 1.173.0924cc6eMerge branch 'ruby-3-3-cve-2024-27281'- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Some docs on constants are deleted.
diff --git core/constants.rbs core/constants.rbs
index a1a5b849..18b70ea3 100644
--- core/constants.rbs
+++ core/constants.rbs
@@ -1,6 +0,0 @@
-# <!-- rdoc-file=io.c -->
-# ARGF is a stream designed for use in scripts that process files given as
-# command-line arguments or passed in via STDIN.
-#
-# See ARGF (the class) for more details.
-#
@@ -9,5 +2,0 @@ ARGF: RBS::Unnamed::ARGFClass
-# <!-- rdoc-file=ruby.c -->
-# ARGV contains the command line arguments used to run ruby.
-#
-# A library like OptionParser can be used to process command-line arguments.
-#
@@ -18,12 +6,0 @@ CROSS_COMPILING: true?
-# <!-- rdoc-file=ruby.c -->
-# DATA is a File that contains the data section of the executed file. To create
-# a data section use `__END__`:
-#
-# $ cat t.rb
-# puts DATA.gets
-# __END__
-# hello world!
-#
-# $ ruby t.rb
-# hello world!
-#
.......
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.