Skip to content

Commit c3dad3f

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mobility&package-manager=bundler&previous-version=1.3.1&new-version=1.3.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>
2 parents 0d5ccd9 + f55335a commit c3dad3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ GEM
328328
highline (3.1.0)
329329
reline
330330
htmlentities (4.3.4)
331-
i18n (1.14.6)
331+
i18n (1.14.7)
332332
concurrent-ruby (~> 1.0)
333333
i18n-tasks (1.0.14)
334334
activesupport (>= 4.0.2)
@@ -391,7 +391,7 @@ GEM
391391
mini_magick (4.13.2)
392392
mini_mime (1.1.5)
393393
minitest (5.25.4)
394-
mobility (1.3.1)
394+
mobility (1.3.2)
395395
i18n (>= 0.6.10, < 2)
396396
request_store (~> 1.0)
397397
mobility-actiontext (1.1.1)

0 commit comments

Comments
 (0)