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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deprecation notices for EOL Ruby & RSpec #552

Merged
merged 3 commits into from
Sep 21, 2022
Merged

Conversation

jtannas
Copy link
Collaborator

@jtannas jtannas commented Sep 11, 2022

The coverage reports in #551 show that our biggest gaps are for RSpec2 specific methods.
The last RSpec 2.X release was back in 2014-06-01 and Ruby2.6 EOL happened on March 31 2022.
The easiest solution is to just drop support for the old versions.

Dropping support for them is technically a breaking change, so I've added deprecation notices when those versions are detected.
We should probably drop support for Rails 5 as well since it's EOL, but I haven't found how to detect the Rails version yet 馃

@jtannas jtannas merged commit 61c1354 into master Sep 21, 2022
@jtannas jtannas deleted the deprecate-EOL-versions branch September 21, 2022 16:58
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.

None yet

1 participant