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

No-op Object#untaint to suppress deprecation warning in Ruby 2.7 #109

Merged
merged 1 commit into from Dec 9, 2019

Conversation

kamipo
Copy link
Contributor

@kamipo kamipo commented Nov 24, 2019

The Ruby core team decided to deprecate the taint mechanism in Ruby 2.7
and will remove that in Ruby 3.

https://bugs.ruby-lang.org/issues/16131
ruby/ruby#2476

This is an alternative of #108.

The Ruby core team decided to deprecate the taint mechanism in Ruby 2.7
and will remove that in Ruby 3.

https://bugs.ruby-lang.org/issues/16131
ruby/ruby#2476

This is an alternative of tzinfo#108.
@philr philr merged commit 3348dae into tzinfo:master Dec 9, 2019
philr added a commit that referenced this pull request Dec 9, 2019
Add `using UntaintExt` to ruby_data_source.rb. A call to Object#untaint
was added in commit eaa31c0.
@kamipo kamipo deleted the untaint_ext branch December 10, 2019 01:19
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

2 participants