Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rails requirement from >= 7.0, < 8 to >= 7.0, < 9 (#116)
* Update activesupport & activerecord requirement from >= 7.0, < 8 to >= 7.0, < 9 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.0...v7.2.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Add Rails 8 to test matrix * Bump ActiveRecord to lt 9 as well * Exclude Ruby 3.1/Rails 8 test combination --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tabby Cromarty <[email protected]>
- Loading branch information