Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ruby 3.0 and up #918

Merged
merged 4 commits into from
Dec 28, 2023
Merged

Support Ruby 3.0 and up #918

merged 4 commits into from
Dec 28, 2023

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Dec 27, 2023

Summary

Drop support for Ruby 2.7

Details

  • Drop support for Ruby 2.7
  • Build with Rubies 3.0 through 3.3 in CI
  • Autocorrect Style/ArgumentsForwarding
  • Autocorrect Lint/RedundantDirGlobSort

Motivation and Context

Ruby 2.7 has been EOL for quite some time now

How Has This Been Tested?

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Internal change (refactoring, test improvements, developer experience or update of dependencies)

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@olleolleolle
Copy link
Contributor

@mvz One cool thing is now that endless methods are supported!

@mvz
Copy link
Contributor Author

mvz commented Dec 28, 2023

@olleolleolle indeed I'm looking forward to using newer Ruby features to clean up this code base.

@mvz mvz merged commit 8ff1c20 into main Dec 28, 2023
18 checks passed
@mvz mvz deleted the support-ruby-3-and-up branch December 28, 2023 12:28
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