Summary
Multiple PRs have hit CI failures early due to Bundler frozen/deployment mode when Gemfile.lock is stale relative to path gemspec changes.
We have some partial notes, but the canonical fix path should be discoverable and consistent.
Objective
Add a concise doc section describing the frozen-mode lockfile mismatch failure and the canonical fix steps.
Acceptance Criteria
Verification Plan
- Grep for the error string and confirm the doc is discoverable.
- Validate the commands from a clean shell (no reliance on local state beyond rbenv).
Summary
Multiple PRs have hit CI failures early due to Bundler frozen/deployment mode when
Gemfile.lockis stale relative to path gemspec changes.We have some partial notes, but the canonical fix path should be discoverable and consistent.
Objective
Add a concise doc section describing the frozen-mode lockfile mismatch failure and the canonical fix steps.
Acceptance Criteria
bundle install+ commitGemfile.lock).vendor/bundlesurprisesnextVerification Plan