Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow attr_encrypted version four #237

Merged
merged 2 commits into from
Apr 23, 2023

Commits on Apr 11, 2023

  1. Allow attr_encrypted version four

    As of version 4.0.0, attr_encrypted supports Rails 7.
    
    This change relaxes the version requirement for attr_encrypted so that
    there's a path to upgrade to Rails 7 while staying in the
    `devise-two-factor` 4.x series, for apps who are ready for the Rails
    update but not yet ready for the `devise-two-factor` 5.x update.
    
    Relevant attr_encrypted version: attr-encrypted/attr_encrypted@b565876
    Rails 7 changes: attr-encrypted/attr_encrypted#434
    mjankowski committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f2671a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update spec to run with multiple attr_encrypted versions

    Runs spec assertions conditionally based on which version of
    attr_encrypted is loaded.
    mjankowski committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b4f0d29 View commit details
    Browse the repository at this point in the history