This PR adds Ruby 3.1 and Rails 7.0 to the CI matrix. It was necessary to use the string 7.0.1 for theactive_record value because Rails 7.0.0 has a compatibility bug with Ruby 3.1.
Updated the checkout action and also added a dependabot file to keep GitHub Actions up-to-date.
This PR adds Ruby 3.1 and Rails 7.0 to the CI matrix. It was necessary to use the string
7.0.1
for theactive_record
value because Rails 7.0.0 has a compatibility bug with Ruby 3.1.Updated the checkout action and also added a dependabot file to keep GitHub Actions up-to-date.
Runs green on my fork.