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
Our dependency on attr_encrypted means this project should act on deprecations on modes involving salt.
Since we haven't released any official versions, I think it's safe to directly remove mentions of salt in the code, e.g., db/migrate/20180822000001_create_schema.rb, without risking breakage of other people's production code.
The text was updated successfully, but these errors were encountered:
https://github.com/attr-encrypted/attr_encrypted#the-mode-option
Our dependency on
attr_encrypted
means this project should act on deprecations onmode
s involvingsalt
.Since we haven't released any official versions, I think it's safe to directly remove mentions of
salt
in the code, e.g.,db/migrate/20180822000001_create_schema.rb
, without risking breakage of other people's production code.The text was updated successfully, but these errors were encountered: