<p>Bumps <a href="https://github.com/ankane/strong_migrations">strong_migrations</a> from 0.6.8 to 0.7.0.</p>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md">strong_migrations's changelog</a>.</em></p>
<blockquote>
<h2>0.7.0 (2020-07-22)</h2>
<ul>
<li>Added <code>check_down</code> option</li>
<li>Added check for <code>change_column</code> with <code>null: false</code></li>
<li>Added check for <code>validate_foreign_key</code></li>
<li>Improved error messages</li>
<li>Made auto analyze less verbose in Postgres</li>
<li>Decreasing the length limit of a <code>varchar</code> column or adding a limit is not safe in Postgres</li>
<li>Removed safety checks for <code>db</code> rake tasks (Rails 5+ handles this)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ankane/strong_migrations/commit/25ece0dfde547d91404578c8ba7267e2e809342a"><code>25ece0d</code></a> Version bump to 0.7.0 [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/7321a4cef6bdb6d040185d1b583f6b847f99c91e"><code>7321a4c</code></a> Added check for change_column with null: false</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/7f11b0ecf904aa9f5711ea4aca9ba54a8b806362"><code>7f11b0e</code></a> Fixed docs [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/bdb6f9865d6e401c642d32f6fd7665cfbd4be738"><code>bdb6f98</code></a> Fixed docs [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/778a63b5dd77a3f040dfaca4890ec2d28b034695"><code>778a63b</code></a> Improved instructions [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/691e493e0af22b8d09766da5b519acbfff45a6f9"><code>691e493</code></a> Added definition for dangerous [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/9eee1d8ec4cf9fdd51b4adf732cc1f89c3634faf"><code>9eee1d8</code></a> Better variable name</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/13359d185fbec4f074a5c94161c6673905b8253a"><code>13359d1</code></a> Added case to readme [skip ci]</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/138c343e06efc662da36ecd4e4afe6487b58bb46"><code>138c343</code></a> Changing between text and varchar with no limit is safe</li>
<li><a href="https://github.com/ankane/strong_migrations/commit/851cccca940d66eed0933d356e278e231c318c86"><code>851cccc</code></a> Added test for adding varchar limit</li>
<li>Additional commits viewable in <a href="https://github.com/ankane/strong_migrations/compare/v0.6.8...v0.7.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://help.github.com/articles/configuring-automated-security-fixes"><img src="https://camo.githubusercontent.com/29653c1c3c629f4a07f00cc2f68d10f248499133/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7374726f6e675f6d6967726174696f6e73267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d302e362e38266e65772d76657273696f6e3d302e372e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strong_migrations&package-manager=bundler&previous-version=0.6.8&new-version=0.7.0" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2731'>https://github.com/openstreetmap/openstreetmap-website/pull/2731</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump strong_migrations from 0.6.8 to 0.7.0</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2731/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
(6)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2731.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2731.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2731.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2731.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2731">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLCLWXKHFC3EFX54C3R47LORANCNFSM4PFNFXEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLODX5QO7GAEFSNWVD3R47LORA5CNFSM4PFNFXE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4J4XO3PA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2731",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2731",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>