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

Run test against Rails 7.2 #318

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Commits on Aug 20, 2024

  1. Run test against Rails 7.2

    ohbarye committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5d67e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff12a14 View commit details
    Browse the repository at this point in the history
  3. Add /gemfiles/vendor/ to .gitignore

    It's needed to run `BUNDLE_GEMFILE=gemfiles/activerecord_7_2.gemfile bundle` to debug test failures but it creates files under `gemfiles/vendor`. So I decided to let it ignore them.
    ohbarye committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ca3af92 View commit details
    Browse the repository at this point in the history