Skip to content

Fix unknown framework version - #126

Merged
ronakjain90 merged 4 commits into
mainfrom
fix-unknown-framework-version
Aug 14, 2026
Merged

Fix unknown framework version#126
ronakjain90 merged 4 commits into
mainfrom
fix-unknown-framework-version

Conversation

@ronakjain90

Copy link
Copy Markdown
Member

This PR fixes #120. Now instead of error, I'd warn about using non-existent framework.

ronakjain90 and others added 4 commits August 13, 2026 21:59
Fixes #120. A pinned version absent from the framework manifest raised, but
either manifest can lag a release — the bundled copy ages with the gem, and it
stands in whenever the published one is unreachable, which is how a current
Docker image still rejected 3.1.2.

Any well-formed number is now accepted, with Gem::Version as the gate so
nothing unsafe reaches the asset URLs, and #known? reports whether the manifest
lists it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@ronakjain90
ronakjain90 merged commit 63b2580 into main Aug 14, 2026
3 checks passed
@ronakjain90
ronakjain90 deleted the fix-unknown-framework-version branch August 14, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unknown framework version error from >= 3.1.2

1 participant