<p>Bumps <a href="https://github.com/zdennis/activerecord-import">activerecord-import</a> from 1.0.6 to 1.0.7.</p>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md">activerecord-import's changelog</a>.</em></p>
<blockquote>
<h2>Changes in 1.0.7</h2>
<ul>
<li>Use @<a href="https://github.com/max">@max</a>_allowed_packet session variable instead of querying SHOW VARIABLES. Thanks to <a href="https://github.com/diclophis">@diclophis</a> via <a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/706" rel="nofollow">#706</a>.</li>
<li>Add option :track_validation_failures. When this is set to true, failed_instances will be an array of arrays, with each inner array having the form [:index_in_dataset, :object_with_errors]. Thanks to <a href="https://github.com/rorymckinley">@rorymckinley</a> via <a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/684" rel="nofollow">#684</a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Prevent mass-assignment errors in Rails strict mode. Thanks to <a href="https://github.com/diclophis">@diclophis</a> via #<a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/709" rel="nofollow">#709</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zdennis/activerecord-import/commit/d1db15edbdbb491a0b72d75e36d499739083e31c"><code>d1db15e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/711" rel="nofollow">#711</a> from jkowens/releases/v1.0.7</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/cc4dde8b0e16efa50c8c228bcdde319158ef0ce3"><code>cc4dde8</code></a> Bump version to 1.0.7</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/5bf226d106ac2a19f44945a05d6d6cda0674cec4"><code>5bf226d</code></a> Update changelog for v1.0.7</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/2d4c8cb9eb26e5dd6421faac526be2287c3976a6"><code>2d4c8cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/709" rel="nofollow">#709</a> from diclophis/to-prevent-mass-assignment-error-use-l...</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/3bb13ac1f493ee525e8e5a244c104474f3e63802"><code>3bb13ac</code></a> add note regarding use of intializer block to avoid strict mass assignment er...</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/d7e260b6c172db6467dcfc43132309512d040af0"><code>d7e260b</code></a> try initializer block strategy</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/6f281cf3057acb0333d6e7fe462158ea3b6fbcd7"><code>6f281cf</code></a> to prevent mass-assignment errors in strict mode</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/3eaaef8a095fe74903ab4844088b5c42a4918607"><code>3eaaef8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/708" rel="nofollow">#708</a> from diclophis/alt-show-variable-syntax-with-fix</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/f9c9c12e922f827b42dc351187dd34b6502b3483"><code>f9c9c12</code></a> Fetch from correct col given new syntax changes the field count of the result...</li>
<li><a href="https://github.com/zdennis/activerecord-import/commit/71b9876b2237bec3cbdfe3b7bb8a21e36838a402"><code>71b9876</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zdennis/activerecord-import/issues/707" rel="nofollow">#707</a> from amatsuda/https</li>
<li>Additional commits viewable in <a href="https://github.com/zdennis/activerecord-import/compare/v1.0.6...v1.0.7">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates"><img src="https://camo.githubusercontent.com/a8880078d4121aa647b11429f8f852323b69d57f/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d6163746976657265636f72642d696d706f7274267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d312e302e36266e65772d76657273696f6e3d312e302e37" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activerecord-import&package-manager=bundler&previous-version=1.0.6&new-version=1.0.7" 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/2888'>https://github.com/openstreetmap/openstreetmap-website/pull/2888</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump activerecord-import from 1.0.6 to 1.0.7</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2888/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f">Gemfile.lock</a>
(2)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2888.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2888.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2888.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2888.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/2888">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLO5YUGZ5EQIOEDMEVLSK7HWRANCNFSM4SS3FCYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLI7TWMAIBSVGEYYW4DSK7HWRA5CNFSM4SS3FCY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KYWVQ5Q.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/2888",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2888",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>