apotonick / disposable

Decorators on top of your ORM layer.
MIT License
171 stars 39 forks source link

Add Ruby 3.1 and Rails 7.0 to the CI matrix #91

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

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.

yogeshjain999 commented 2 years ago

Looking good, thanks for the PR 🍻