TwP / inifile

Native Ruby package for reading and writing INI files
http://codeforpeople.rubyforge.org/inifile
95 stars 47 forks source link

Remove taint methods #58

Closed mhashizume closed 1 year ago

mhashizume commented 1 year ago

Ruby has been gradually phasing out taint methods since Ruby 2.7, removing them entirely in Ruby 3.2[1].

This commit removes all taint methods.

[1] https://bugs.ruby-lang.org/issues/16131

mhashizume commented 1 year ago

Sorry, see that this is a dupe of https://github.com/TwP/inifile/pull/56