TwP / inifile

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

method .taint / .tainted? has removed at Ruby 3.2 (also deprecated at 2.7) #57

Open fripper1214 opened 1 year ago

fripper1214 commented 1 year ago

in Ruby 3.2.x, no method error for .taint and .tainted? method, which removed at Ruby 3.2...

...(snip)...ruby/lib64/ruby/gems/3.2.0/gems/inifile-3.0.0/lib/inifile.rb:331:intaint': super: no superclass method taint' for #<IniFile:0x00007f8d99350240 ...(snip)...