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

Drop end of life rails < 7 and only support rubies 7 supports, 2.7+ (breaking change) #58

Merged

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Oct 7, 2024

Drop ruby 2.5 and 2.6.
Drop rails 6.0 and 6.1.

Rails 7 is still supported and requires ruby 2.7 and higher so test with this minimal baseline.

Drop ruby 2.5 and 2.6.
Drop rails 6.0 and 6.1.

Rails 7 is still supported and requires ruby 2.7 and higher so test with this minimal baseline.

spec.add_dependency "activerecord", ">=6.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

Breaking changes are here. Is there any value in maintaining rails 6.x? If not, I think going with rails 7's ruby minimal version is a good idea... ruby 2.7.

Copy link
Member Author

@jrafanie jrafanie Oct 7, 2024

Choose a reason for hiding this comment

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

haha, thanks @agrare, we'll need a release of this at some point...an bump in the provider to use it.

@agrare agrare merged commit 6b976bd into ManageIQ:master Oct 7, 2024
14 checks passed
@jrafanie jrafanie deleted the test_with_rails7_drop_eol_rails_and_rubies branch October 7, 2024 19:48
@kbrock kbrock mentioned this pull request Nov 5, 2024
74 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants