You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting the following deprecation warning from acts_as_votable in Rails 6.1:
DEPRECATION WARNING: Using `return`, `break` or `throw` to exit a transaction block is
deprecated without replacement. If the `throw` came from
`Timeout.timeout(duration)`, pass an exception class as a second
argument so it doesn't use `throw` to abort its block. This results
in the transaction being committed, but in the next release of Rails
it will rollback.
(called from vote_by at /bundle/gems/acts_as_votable-0.12.1/lib/acts_as_votable/votable.rb:96)
The text was updated successfully, but these errors were encountered:
We're getting the following deprecation warning from
acts_as_votable
in Rails 6.1:The text was updated successfully, but these errors were encountered: