-
-
Notifications
You must be signed in to change notification settings - Fork 910
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
Remove Rails 4.2 support #1422
Remove Rails 4.2 support #1422
Conversation
@vsppedro I think the method is worth keeping, because we make use of it, but perhaps the comment should be updated so that instead of talking about something that will happen, it talks about something that already did happen? |
613ec39
to
eb36010
Compare
Something like this? shoulda-matchers/spec/support/unit/capture.rb Lines 1 to 4 in b7bd5e9
|
eb36010
to
b7bd5e9
Compare
@vsppedro Yeah, that works for me. |
@mcmire, would you like me to change anything else in this PR? Just to make sure if I can merge as it is. 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vsppedro Yeah, I guess I wasn't sure how you were going about this, but it looks like your plan is just to remove Rails 4.2 from CI in this PR and do cleanup around removing all of the places where we're checking for Rails 4.2 in other PRs, right? If that's the case then this looks good to me.
Yes, that is exactly what I'm thinking of doing. Thanks! Merging! |
I think we don't need this comment:
shoulda-matchers/spec/support/unit/capture.rb
Lines 1 to 4 in 178df49
But I'm not sure if I should do anything other than remove it.