Hi, based on Rails 7.2 release, this pull request makes CI run tests against Rails 7.2.
Main changes are:
Add Rails 7.2 to test matrix
[chore] Add /gemfiles/vendor/ to .gitignore
I 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.
Hi, based on Rails 7.2 release, this pull request makes CI run tests against Rails 7.2.
Main changes are:
BUNDLE_GEMFILE=gemfiles/activerecord_7_2.gemfile bundle
to debug test failures but it creates files undergemfiles/vendor
. So I decided to let it ignore them.