ruby / zlib

Ruby interface for the zlib compression/decompression library
Other
49 stars 35 forks source link

Remove taint support #9

Closed jeremyevans closed 4 years ago

jeremyevans commented 4 years ago

Ruby 2.7 deprecates taint and it no longer has an effect. The lack of taint support should not cause a problem in previous Ruby versions.