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

test: Update Appraisals for Rails 7.2 #1112

Merged

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    135149a View commit details
    Browse the repository at this point in the history
  2. chore: Add ruby version conditions

    Rails 7.2.0 requires Ruby 3.1. We test on Ruby 3.0.
    Prevent running the 7.2 tests on that version.
    kaylareopelle committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    30457ce View commit details
    Browse the repository at this point in the history
  3. chore: Restrain pg and que to use Rails < 7.2.0

    There is also a bottom constraint of Rails
    (or Rails-related gems) 6.1.0 to prevent
    cases where Rails 3.2.0 was installed instead.
    
    The gems need updates to support Rails 7.2.
    kaylareopelle committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    79d3c1c View commit details
    Browse the repository at this point in the history
  4. chore: Adjust activerecord to bottom limit of 6.1

    The bundle would install activerecord 3.2 without this constraint.
    kaylareopelle committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0a147d6 View commit details
    Browse the repository at this point in the history