railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
152 stars 20 forks source link

attr_encrypted version 3.x is incompatible with rails 7 #77

Closed modullar closed 1 year ago

modullar commented 1 year ago

I tested the tool with the old attr_encrypted 3.x which is incompatible version with rails 7 of and the result was full compatibility.

I don't know if this behaviour applies to other gems, but with this one, it was clear that it gave the wrong answer.

manuelmeurer commented 1 year ago

What RailsBump does is attempt to install attr_encrypted 3.x alongside Rails 7, and if it works, it's marked as compatible. Since attr_encrypted 3.x only has the "encryptor" gem as a runtime dependency, and not "rails", the installation works.