Skip to content

Commit

Permalink
Bump factory_bot_rails from 6.4.0 to 6.4.2 (#144)
Browse files Browse the repository at this point in the history
Bumps
[factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails)
from 6.4.0 to 6.4.2.
<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>v6.4.2</h2>
<ul>
<li>Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility
(Adif Sgaid, Benoit Tigeot)</li>
<li>Internal: Test against Rails 7.1 (y-yagi)</li>
<li>Internal: Fix links to old files after renaming the main branch to
<code>main</code> (y-yagi)</li>
</ul>
</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.4.2 (November 23, 2023)</h2>
<ul>
<li>Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility
(Adif
Sgaid, Benoit Tigeot)</li>
<li>Internal: Test against Rails 7.1 (y-yagi)</li>
<li>Internal: Fix links to old files after renaming the main branch to
<code>main</code>
(y-yagi)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/thoughtbot/factory_bot_rails/commit/ac02789e8d229c5fbb125942c6217c76f149db96"><code>ac02789</code></a>
Bump to 6.4.2 [ci skip]</li>
<li>See full diff in <a
href="https://github.com/thoughtbot/factory_bot_rails/compare/v6.4.0...v6.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=factory_bot_rails&package-manager=bundler&previous-version=6.4.0&new-version=6.4.2)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent cafdf12 commit eee2440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ GEM
et-orbi (1.2.7)
tzinfo
excon (0.99.0)
factory_bot (6.4.0)
factory_bot (6.4.2)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.0)
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.2.2)
Expand Down Expand Up @@ -179,7 +179,7 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.9.0)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down

0 comments on commit eee2440

Please sign in to comment.