Exclude YARD 0.9.38 and regenerate v1.1.0 docs.#1049
Merged
myronmarston merged 3 commits intoblock:mainfrom Feb 26, 2026
Merged
Exclude YARD 0.9.38 and regenerate v1.1.0 docs.#1049myronmarston merged 3 commits intoblock:mainfrom
myronmarston merged 3 commits intoblock:mainfrom
Conversation
myronmarston
requested changes
Feb 25, 2026
acad9d6 to
9db378c
Compare
YARD 0.9.38 has a bug that breaks documentation generation (lsegal/yard#1639). This fix has been submitted upstream (lsegal/yard#1647). In the meantime, we exclude 0.9.38 from our dependency constraint, allowing bundler to use 0.9.37 or (once released) 0.9.39+. This also regenerates the v1.1.0 documentation archive with YARD 0.9.37 to fix the broken docs that were generated with 0.9.38. Resolves block#1048 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7a96aff to
12b80dd
Compare
myronmarston
approved these changes
Feb 26, 2026
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.
YARD 0.9.38 has a bug that breaks documentation generation (lsegal/yard#1639). The fix has been submitted upstream in lsegal/yard#1647.
In the meantime, this PR excludes 0.9.38 from our dependency constraint, allowing bundler to use 0.9.37 or (once released) 0.9.39+.
This also regenerates the v1.1.0 documentation archive with YARD 0.9.37 to fix the broken docs that were generated with 0.9.38.
Resolves #1048.