Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid buggy versions of factory_bot_rails (#1173)
* Avoid buggy versions of factory_bot_rails There's a bug in the latest version of `factory_bot_rails`: thoughtbot/factory_bot_rails#433 There's also a fix that hasn't been merged or released yet: thoughtbot/factory_bot_rails#432 I'm setting the `Gemfile` to specifically avoid those buggy versions so that we can get `depfu` un-blocked with keeping gems up to date. * dang linter
- Loading branch information