wearefuze / spina-events

Events Engine for Spina CMS comprising of conferences with speakers, partners and agenda
MIT License
0 stars 0 forks source link

Update factory_bot_rails requirement from ~> 4.0 to ~> 5.2 #123

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on factory_bot_rails to permit the latest version.

Release notes

Sourced from factory_bot_rails's releases.

v5.2.0

  • Changed: factory_bot dependency to ~> 5.2.0
Changelog

Sourced from factory_bot_rails's changelog.

5.2.0 (April 26, 2020)

  • Changed: factory_bot dependency to ~> 5.2.0

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_paths configuration 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)

  • Rename factory_girl_rails to factory_bot_rails

4.7.0 (April 1, 2016)

  • No notable changes

4.6.0 (February 1, 2016)

  • No notable changes

4.5.0 (October 17, 2014)

  • Improved README

4.4.1 (February 26, 2014)

  • Support Spring
... (truncated)
Commits
  • a4bba06 Bump version to 5.2.0 [ci skip]
  • c03aeb7 Bump version to 5.1.1 [ci skip]
  • b181814 Lock listen gem for Rails 6.0
  • 1e55d45 Ensure factory_bot only loads after initialization
  • 67965b2 Bump version to 5.1.0
  • b53e0f6 Update factory_bot dependency to ~> 5.1.0
  • 064838c Appraise Rails 6.0.0
  • 01051ad Use pessimistic version for sass-rails
  • dfeb7a6 Address Bundler could not find compatible versions for gem "bundler":
  • f1da3aa Add active_storage, action_mailer bootsnap and sass-rails gems
  • 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #126.