Skip to content

Remove deprecated rb_safe_level() and rb_secure() calls

Stan Hu requested to merge sh-remove-safe-level into master

Ruby 2.7 removed the the taint checking mechanism because "the taint mechanism is too expensive to maintain for the merit of it.": https://bugs.ruby-lang.org/issues/16131

This eliminates deprecation warnings when using Ruby 2.7.

Merge request reports

Loading