Drop support for Ruby 3.2 or earlier and Prawn 2.4.0#141
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates thinreports-generator’s supported/runtime requirements by raising the minimum Ruby and Prawn versions, and aligns CI/documentation with the new baseline.
Changes:
- Bump gem requirements to Ruby >= 3.3 and Prawn >= 2.5.0.
- Update CI to test Ruby 3.3/3.4/4.0 and refresh/pin GitHub Actions usage.
- Update README supported versions and remove version-pinning gemfiles for Prawn.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| thinreports.gemspec | Raises required Ruby version and minimum Prawn dependency. |
| README.md | Updates documented supported versions to match the new support policy. |
| gemfiles/prawn-2.5.gemfile | Removes Prawn 2.5-specific Gemfile used for dependency pinning/testing. |
| gemfiles/prawn-2.4.gemfile | Removes Prawn 2.4-specific Gemfile consistent with dropping 2.4 support. |
| .github/workflows/test.yml | Updates CI Ruby matrix (adds 3.4/4.0, drops <=3.2), removes Prawn matrix, and bumps/pins action references. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jul 4, 2026
Closed
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.
thinreports-generator now requires Ruby 3.3 or later and Prawn 2.5.0. This drops support for Ruby 3.2 or ealier, which are EOL. CI now also runs against Ruby 3.4 and 4.0.