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

Bump ActiveRecord dependency #461

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 9, 2019

  1. Bump activerecord dependency

    This allows Rails 6.0.0.beta1 to install Paranoia.
    
    I followed the existing convention of existing minor+1 (e.g. Rails 5.2
    was released but paranoia allowed '< 5.3') even though the beta1 could
    be installed if I set it to '< 6.0'.
    
    With out this change Bundler was falling back to Paranoia 1.2 when
    upgrading to Rails 6. Then everything blew up :-)
    
    So far everything seems to be working well with 6. I will continue to
    test and am happy to submit patches if I find anything.
    csexton committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    460c1ec View commit details
    Browse the repository at this point in the history