rom-rb / rom-factory

Data generator with support for persistence backends
MIT License
83 stars 42 forks source link

Add support for faker 2 #54

Closed ianks closed 4 years ago

ianks commented 4 years ago

This PR loosens up the dependency to allow for faker 2. We are getting a ton of deprecation warnings about faker 1 deprecations in our tests, and they are fixed by upgrading to faker 2.

This PR also adds the appraisal gem to enable testing against both faker 1 and faker 2 (since they are both supported).