Point the latest documentation at Bundler 4.0 - #1713
Merged
Conversation
The symlinks under `source/man/` still resolved to `v2.7`, so bundler.io/man/ served 2.7 documentation while the site advertises 4.0 as the current release. `bundle inject` and `bundle viz` no longer exist upstream, so their URLs now redirect to the last version that documents them, and pages with no counterpart in the latest version stop linking to one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
`source/whats_new.html.md` is refreshed by `versions:create` alongside the manpage symlinks, and was missed when 4.0 was added by hand. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
hsbt
force-pushed
the
claude/sleepy-ellis-ff0117
branch
from
July 27, 2026 02:16
c3de551 to
7ee8ab1
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.
bundler.io/man/ serves Bundler 2.7 documentation even though the site lists 4.0 as the current release. The symlinks under
source/man/andsource/whats_new.html.mdare refreshed byversions:create, and 4.0 was added by hand in #1607 without them.bundle injectandbundle vizwere removed upstream and have no page undersource/v4.0/man/, so their URLs now redirect to the last version that documents them. That keeps the existing/bundle_inject.htmland/bundle_viz.htmlredirects resolving.link_to_editable_versionpointed obsolete pages at a latest-version URL that no longer exists, so it now says the command is gone rather than linking to a 404.bundle exec rake buildfails before Middleman runs because rubygems/rubygems moved thebundler/subtree to the repository root in db533d1651. I verified withmiddleman buildagainst pre-generated manpages and will send that fix separately.🤖 Generated with Claude Code