Commit c3dad3f
authored
Build(deps): Bump mobility from 1.3.1 to 1.3.2 (#743)
Bumps [mobility](https://github.com/shioyama/mobility) from 1.3.1 to
1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shioyama/mobility/releases">mobility's
releases</a>.</em></p>
<blockquote>
<h2>1.3.2</h2>
<ul>
<li>Handle <code>nil</code> assignment for <code>PgHash</code> (<a
href="https://redirect.github.com/shioyama/mobility/pull/665">#665</a>),
thanks <a href="https://github.com/unavailabl3">unavailabl3</a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/shioyama/mobility/blob/master/CHANGELOG.md">mobility's
changelog</a>.</em></p>
<blockquote>
<h3>1.3.2</h3>
<ul>
<li>Handle <code>nil</code> assignment for PgHash
(<a
href="https://redirect.github.com/shioyama/mobility/pull/665">#665</a>),
thanks
<a href="https://github.com/unavailabl3">unavailabl3</a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shioyama/mobility/commit/a776667737cf0bd1645db83cd6b3d1447e566812"><code>a776667</code></a>
Release 1.3.2</li>
<li><a
href="https://github.com/shioyama/mobility/commit/583721397cbbfd801e6374b50e5e685ac249c9b8"><code>5837213</code></a>
Update handling nil value for PgHash</li>
<li><a
href="https://github.com/shioyama/mobility/commit/30994db1150f15c8299566c23fe87ff7b59ab7be"><code>30994db</code></a>
Add support for to_json</li>
<li>See full diff in <a
href="https://github.com/shioyama/mobility/compare/v1.3.1...v1.3.2">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
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
0 commit comments