-
Notifications
You must be signed in to change notification settings - Fork 687
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 support for deprecated rails versions #431
Conversation
This also can be removed audited/lib/audited/auditor.rb Line 165 in 9f6619c
|
done, good to go ? |
Looks like readme should be changed here
And added missing changelog entry. Also this helper is not needed anymore
|
helper is still needed since I'm not removing rails 4.2 |
updated and green |
review plz |
@tbrisker Did you proposed to delete all 4.x (so 4.2 as well) rails versions, or just 4.0 and 4.1? |
I suggested dropping all in #430, but perhaps it would be better to split it in two and keep just 4.2 in the stable 4.x branch, considering that 4.{0,1} have not been officially supported for some time. |
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.
Looks good to me, I'll wait a few days before merging in case some folks have further input or disagreement in #430 regarding this.
don't think there is disagreement over dropping 4.0/4.1 ... just maybe 4.2
... also I'll need this as base for other PRs to not merge-conflict myself
:D
…On Wed, Apr 4, 2018 at 6:45 AM, Tomer Brisker ***@***.***> wrote:
***@***.**** approved this pull request.
Looks good to me, I'll wait a few days before merging in case some folks
have further input or disagreement in #430
<#430> regarding this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#431 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsZ-66vD9A6yfIH5rnQTVu3SNjwBaGks5tlM6VgaJpZM4TC8MX>
.
|
Considering we haven't been supporting them officially for at least 2 years, I guess it's safe to drop. Thanks @grosser ! |
No description provided.