Commit 9402a0f
authored
Build(deps-dev): Bump factory_bot_rails from 6.4.4 to 6.5.0 (#871)
Bumps
[factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails)
from 6.4.4 to 6.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/thoughtbot/factory_bot_rails/releases">factory_bot_rails's
releases</a>.</em></p>
<blockquote>
<h2>6.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Drop support for Ruby 3.0 by <a
href="https://github.com/FerPerales"><code>@FerPerales</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/507">thoughtbot/factory_bot_rails#507</a></li>
<li>Read gem version from code file by <a
href="https://github.com/unused"><code>@unused</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/506">thoughtbot/factory_bot_rails#506</a></li>
<li>Add missing required Ruby version to gemspec by <a
href="https://github.com/unused"><code>@unused</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/510">thoughtbot/factory_bot_rails#510</a></li>
<li>Update Bundler to v2.5.23 by <a
href="https://github.com/smaboshe"><code>@smaboshe</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/515">thoughtbot/factory_bot_rails#515</a></li>
<li>Fix standardrb violations by <a
href="https://github.com/sarahraqueld"><code>@sarahraqueld</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/482">thoughtbot/factory_bot_rails#482</a></li>
<li>Activate linter in CI by <a
href="https://github.com/unused"><code>@unused</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/508">thoughtbot/factory_bot_rails#508</a></li>
<li>Support <code>file_fixture</code> in Factory definitions by <a
href="https://github.com/seanpdoyle"><code>@seanpdoyle</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/427">thoughtbot/factory_bot_rails#427</a></li>
<li>Fix development dependencies by <a
href="https://github.com/neilvcarvalho"><code>@neilvcarvalho</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/526">thoughtbot/factory_bot_rails#526</a></li>
<li>Support Rails 7.2 by <a
href="https://github.com/RajRoR"><code>@RajRoR</code></a> in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/495">thoughtbot/factory_bot_rails#495</a></li>
<li>Limit <code>push</code> builds to the <code>main</code> branch by <a
href="https://github.com/neilvcarvalho"><code>@neilvcarvalho</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/527">thoughtbot/factory_bot_rails#527</a></li>
<li>add support for rails v8 by <a
href="https://github.com/jamesoneill997"><code>@jamesoneill997</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/521">thoughtbot/factory_bot_rails#521</a></li>
<li>Add latest Ruby and Rails versions to the build by <a
href="https://github.com/neilvcarvalho"><code>@neilvcarvalho</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/529">thoughtbot/factory_bot_rails#529</a></li>
<li>Update gemspec with supported Rails version by <a
href="https://github.com/neilvcarvalho"><code>@neilvcarvalho</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/531">thoughtbot/factory_bot_rails#531</a></li>
<li>Run Cucumber feature tests on CI by <a
href="https://github.com/neilvcarvalho"><code>@neilvcarvalho</code></a>
in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/530">thoughtbot/factory_bot_rails#530</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/FerPerales"><code>@FerPerales</code></a> made
their first contribution in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/507">thoughtbot/factory_bot_rails#507</a></li>
<li><a href="https://github.com/unused"><code>@unused</code></a> made
their first contribution in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/506">thoughtbot/factory_bot_rails#506</a></li>
<li><a href="https://github.com/RajRoR"><code>@RajRoR</code></a> made
their first contribution in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/495">thoughtbot/factory_bot_rails#495</a></li>
<li><a
href="https://github.com/jamesoneill997"><code>@jamesoneill997</code></a>
made their first contribution in <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/pull/521">thoughtbot/factory_bot_rails#521</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/thoughtbot/factory_bot_rails/compare/v6.4.4...v6.5.0">https://github.com/thoughtbot/factory_bot_rails/compare/v6.4.4...v6.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md">factory_bot_rails's
changelog</a>.</em></p>
<blockquote>
<h2>6.5.0 (June 13, 2025)</h2>
<ul>
<li>Add: First-party support for <a
href="https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture"><code>file_fixture</code></a>
within factory blocks (Sean Doyle)</li>
<li>Changed: Drop support for Ruby 3.0 (Fernando Perales)</li>
<li>Changed: Add required Ruby version to the gemspec (Christoph
Lipautz)</li>
<li>Internal: Add Rails 7.2 to the test matrix (Raj Kumar)</li>
<li>Internal: Add Rails 8.0 to the test matrix (James O'Neill)</li>
<li>Internal: Run <code>standardrb</code> on CI runs (Christoph
Lipautz)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/a648ce66e57481d9275bfaa7c434d624225bebbf"><code>a648ce6</code></a>
Bump to 6.5.0</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/83109a5ff2a0601df21547a56797635616e0d8eb"><code>83109a5</code></a>
Run Cucumber feature tests on CI (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/530">#530</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/b2047c108c90341c351aeaa5cfe5fc9af715bcdb"><code>b2047c1</code></a>
Update gemspec with supported Rails version (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/531">#531</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/c17c161b2370c7bce0b95d54f72337f8dd62c213"><code>c17c161</code></a>
Add latest Ruby and Rails versions to the build (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/529">#529</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/2e30e1737977ad1e07dd0f46306def09712f56fb"><code>2e30e17</code></a>
Add Rails 8 to the build matrix (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/521">#521</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/92169167b3d024bcae9a0bc983b1f382e62367cd"><code>9216916</code></a>
Limit <code>push</code> builds to the <code>main</code> branch (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/527">#527</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/ec989aa2cdb778add63728e4415a1211b53f8b9a"><code>ec989aa</code></a>
remove <a href="https://github.com/smaboshe"><code>@smaboshe</code></a>
(<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/528">#528</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/f8c5154cb6913ac3a5761b5ee3d5ba29d674969c"><code>f8c5154</code></a>
Support Rails 7.2 (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/495">#495</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/5d8cb1158dc428a0563897121a4ac851820fdc4f"><code>5d8cb11</code></a>
Document <a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/427">#427</a>
(<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/524">#524</a>)</li>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/de8ee8760682569fff5cc7e5ffbd451254ed7dff"><code>de8ee87</code></a>
Fix development dependencies (<a
href="https://redirect.github.com/thoughtbot/factory_bot_rails/issues/526">#526</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/thoughtbot/factory_bot_rails/compare/v6.4.4...v6.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
311 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments