Set the tested Ruby runtime floor - #387
Draft
ryanduguid wants to merge 1 commit into
Draft
Conversation
Author
|
Interaction note from the queue audit: this runtime-floor change shares xero-ruby.gemspec with licence metadata PR #384 and depends on hosted matrix evidence from CI PR #385. Recommended order is #384, then #385, then rebase and rerun this PR against both results. I am keeping it draft until those gates are available. |
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.
Summary
>= 2.3Ruby claim with>= 3.2Why
The committed lockfile requires Bundler 2.5.11, whose own Ruby requirement is
>= 3.0. The repository had no execution proof for Ruby 2.3, while the companion matrix runs the package on Ruby 3.2. This PR intentionally makes the contract no broader than the tested floor.Validation
git diff --checkThe PR remains draft until #385 produces exact-head hosted Linux and Windows evidence at Ruby 3.2.