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

Remove taint support #730

Merged
merged 1 commit into from Nov 25, 2019
Merged

Remove taint support #730

merged 1 commit into from Nov 25, 2019

Commits on Nov 24, 2019

  1. Remove taint support

    Ruby 2.7 deprecates taint and it no longer has an effect.
    https://bugs.ruby-lang.org/issues/16131
    
    The APIs related to taint cause deprecation warning message and the lack
    of taint support should not cause a problem in previous Ruby versions.
    So I removed that. But if need to taint support that to old versions
    of Ruby, I will update PR.
    y-yagi committed Nov 24, 2019
    Copy the full SHA
    7ce0a9a View commit details
    Browse the repository at this point in the history