Follow the bundler/ subtree move to the rubygems repository root - #1716
Merged
Conversation
`repo_pages` still globbed `doc/bundler/**/*.md`, which matches nothing now that the Bundler and RubyGems docs share a flat `doc/` upstream, so the site built without a single page under `/doc/`. Rewriting `doc/bundler/` to `doc/` in `write_file` turned into dead code at the same time. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
`link_to_editable_version` put the `doc/bundler/` prefix back on before building the URL, so the "Edit this document on GitHub" link on every page under `/doc/` pointed at a path that no longer exists upstream. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
hsbt
force-pushed
the
claude/epic-turing-e0f0f8
branch
from
July 26, 2026 23:47
abdc27e to
0e8a250
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bundle exec rake buildhas been failing since rubygems/rubygems moved thebundler/subtree to the repository root.repo_pagesaborted onbundler/CHANGELOG.mdandmanaborted onvendor/rubygems/bundler.The doc glob becomes
doc/**/*.mdand the changelog comes fromCHANGELOG-bundler.md. The man task now chdirs intovendor/rubygemsand chooses the man folder per branch, becausegit checkoutruns after the chdir and release branches 3.2 through 4.0 still keep Bundler underbundler/. The edit links drop thedoc/bundler/andbundler/prefixes.Upstream merged the Bundler and RubyGems docs into one flat
doc/, so the published set changes./doc/contributing/*,/doc/development/*and/doc/playbooks/*go away, and/doc/getting_started.html,/doc/issue_triage.htmland/doc/release.htmlappear. Selecting only the Bundler docs is no longer possible upstream. One dangling link remains,/doc/maintainers.txtfrom the mergeddoc/README.md, since the glob skips.txt.