Skip to content

Conversation

@raj-sharan
Copy link

The taint mechanism was deprecated in Ruby 2.7 and removed in Ruby 3.0

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

From Ruby 2.7, Object#{taint,untaint,trust,untrust} and related functions in the C-API no longer have an effect (all objects are always considered untainted), and are now removed.

Taken from https://github.com/vhermecz/ruby-odbc

@sukeerthiadiga
Copy link

👍

The taint mechanism was deprecated in Ruby 2.7 and removed in Ruby 3.0

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

From Ruby 2.7, `Object#{taint,untaint,trust,untrust}` and related
functions in the C-API no longer have an effect (all objects are always considered untainted), and are now removed.

Changes taken from https://github.com/vhermecz/ruby-odbc
@raj-sharan raj-sharan force-pushed the sharan-ruby-odbc-ruby-3-2-support branch from 647bccd to 3a5fab3 Compare July 3, 2023 13:44
@raj-sharan raj-sharan merged commit 7ba2e67 into cloudvolumes:master Jul 10, 2023
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.

2 participants