djezzzl / factory_trace

Simple tool to maintain factories and traits from FactoryBot
MIT License
381 stars 7 forks source link

Update to use the current CircleCI docker image family and add Ruby 3.1 #27

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

As described here, the circleci prefixed images are deprecated and, as of the end of 2021, images are no longer being updated/created.

To add 3.1 to the CI pipeline, it's necessary to upgrade to the current cimg family. This PR does that update, and explicitly adds Ruby 3.1 to the CI matrix.

petergoldstein commented 2 years ago

I had to remove the latest entry, because there's no matching cimg/ruby Docker image.

djezzzl commented 2 years ago

Thank you for using the gem and your contribution!

BTW, do you have any ideas how to make the gem even more helpful?