Created by: dependabot-preview[bot]
Bumps factory_bot_rails from 5.2.0 to 6.0.0.
Release notes
Sourced from factory_bot_rails's releases.
v6.0.0
- Fixed: generate a plural factory name when the
--force-pluralflag is provided- Changed: factory_bot dependency to ~> 6.0.0
- Removed:
"factory_bot.register_reloader"initializer, now registering the reloader after application initialization- Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
Changelog
Sourced from factory_bot_rails's changelog.
6.0.0 (June 18, 2020)
- Fixed: generate a plural factory name when the --force-plural flag is provided
- Changed: factory_bot dependency to ~> 6.0.0
- Removed:
"factory_bot.register_reloader"initializer, now registering the reloader after application initialization- Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
5.1.1 (September 24, 2019)
- Fixed: Ensure definitions do not load before I18n is initialized
5.1.0 (September 24, 2019)
- Changed: factory_bot dependency to ~> 5.1.0
5.0.2 (April 14, 2019)
- Bugfix: Reload factory_bot whenever the application changes to avoid holding onto stale object references
- Bugfix: Avoid watching project root when no factory definitions exist
5.0.1 (February 9, 2019)
- Bugfix: Avoid watching files and directories that don't exist (to avoid a file watching bug in Rails rails/rails#32700)
5.0.0 (February 1, 2019)
- Added: calling reload! in the Rails console will reload any factory definition files that have changed
- Added: support for custom generator templates
- Added:
definition_file_pathsconfiguration option, making it easier to place factories in custom locations- Changed: namespaced models are now generated inside a directory matching the namespace
- Changed: added newline between factories generated into the same file
- Removed: support for EOL version of Ruby and Rails
4.11.1 (September 7, 2018)
- Update generator to use dynamic attributes instead of deprecated static attributes
4.11.0 (August 16, 2018)
- No notable changes
4.10.0 (May 25, 2018)
- No notable changes
4.8.2 (October 20, 2017)
... (truncated)
Commits
-
8f17a63Bump version to v6.0.0 [ci skip] -
bfee5d8Set up reloading after_initialize -
870bf2aRun standard on CI -
ce8bfb4Run standardrb -
aad77ceReplace Rubocop with standard -
a80044cBump all dev dependencies -
0ef3f8aBump listen to ~> 3.2 -
dd1b1ceAdd missing test coverage for using spring -
e54dcb8Remove branch for rails 4.2 reloader -
a6e6566Bump to rails 5 in gemspec - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)