Skip to content

Drop support for Ruby 3.2#1005

Merged
woodruffw merged 1 commit into
mainfrom
drop-ruby-3.2
Jul 18, 2026
Merged

Drop support for Ruby 3.2#1005
woodruffw merged 1 commit into
mainfrom
drop-ruby-3.2

Conversation

@p-linnane

Copy link
Copy Markdown
Contributor

Ruby 3.2 is now EOL. Bumps the minimum to 3.3 across the gemspec, RuboCop target, and CI matrix.

Copilot AI review requested due to automatic review settings July 18, 2026 06: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 pull request drops support for Ruby 3.2 (now EOL) by raising the project’s minimum supported Ruby version to 3.3 and aligning linting and CI accordingly.

Changes:

  • Bump gem minimum Ruby requirement to >= 3.3.
  • Update RuboCop’s TargetRubyVersion to 3.3.
  • Remove Ruby 3.2 from the GitHub Actions test matrix.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
ruby-macho.gemspec Raises required_ruby_version to >= 3.3 to enforce the new minimum at install time.
.rubocop.yml Updates RuboCop’s target Ruby version to match the new supported baseline.
.github/workflows/tests.yml Removes Ruby 3.2 from CI to reflect dropped support and reduce matrix load.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@woodruffw
woodruffw merged commit dcb17e3 into main Jul 18, 2026
16 checks passed
@woodruffw
woodruffw deleted the drop-ruby-3.2 branch July 18, 2026 06:25
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.

3 participants