Skip to content

Drop support for Ruby 3.2 or earlier and Prawn 2.4.0#141

Merged
hidakatsuya merged 4 commits into
mainfrom
update-ruby-support
Jul 4, 2026
Merged

Drop support for Ruby 3.2 or earlier and Prawn 2.4.0#141
hidakatsuya merged 4 commits into
mainfrom
update-ruby-support

Conversation

@hidakatsuya

@hidakatsuya hidakatsuya commented Jul 4, 2026

Copy link
Copy Markdown
Member

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.

@hidakatsuya hidakatsuya changed the title Drop support for Ruby 3.2 or earlier and add 3.4 and 4.0 to CI matrix Drop support for Ruby 3.2 or earlier and add Ruby 3.4 and 4.0 to CI matrix Jul 4, 2026
@hidakatsuya hidakatsuya changed the title Drop support for Ruby 3.2 or earlier and add Ruby 3.4 and 4.0 to CI matrix Drop support for Ruby 3.2 or earlier and Prawn 2.4.0 Jul 4, 2026
@hidakatsuya hidakatsuya marked this pull request as ready for review July 4, 2026 13:11
@hidakatsuya hidakatsuya requested a review from Copilot July 4, 2026 13:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .github/workflows/test.yml
Comment thread README.md
@hidakatsuya hidakatsuya merged commit cbe80f1 into main Jul 4, 2026
4 checks passed
@hidakatsuya hidakatsuya deleted the update-ruby-support branch July 4, 2026 13:22
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.

2 participants