Commit ffe3771
authored
Build(deps): Bump activerecord-import from 2.1.0 to 2.2.0 (#853)
Bumps
[activerecord-import](https://github.com/zdennis/activerecord-import)
from 2.1.0 to 2.2.0.
<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 2.2.0</h2>
<h3>New Features</h3>
<ul>
<li>Add Support for Janus ActiveRecord adapters. Thanks to <a
href="https://github.com/permidon"><code>@permidon</code></a> via
#\873.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/6aec1e78060f15a8d39f31592225848e9e35f2b7"><code>6aec1e7</code></a>
Bump version to 2.2.0</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/59b41d294fba9fdfcd9e7d83ae32160d3aaf0863"><code>59b41d2</code></a>
Update changelog for 2.2.0</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/193b103eb5b3fd2e7248277b892f5075eb34a80e"><code>193b103</code></a>
Merge pull request <a
href="https://redirect.github.com/zdennis/activerecord-import/issues/873">#873</a>
from permidon/janus-ar</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/aeda6b092202141cebd24df8ff002d6a4e8593ef"><code>aeda6b0</code></a>
fix rubocop offense</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/7f07c805fb471cb4ac5be5354ef6d42e30f35878"><code>7f07c80</code></a>
move Metrics/LineLength cop to Layout/LineLength</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/cd31dd9719660ce2d99cfbe25d5d60822ab486e4"><code>cd31dd9</code></a>
add janus_trilogy adapter</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/65ec7d3b323f2c4a15722d7b18fee41592a17d2c"><code>65ec7d3</code></a>
add janus_mysql2 adapter</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/7fb46d219a00c26f4179352c26977cc11f51338c"><code>7fb46d2</code></a>
Merge pull request <a
href="https://redirect.github.com/zdennis/activerecord-import/issues/871">#871</a>
from x-smasato/fix-hash-key-mismatch-error-message</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/30366880bc2b8f42a704a0aa9f310a3c313f2db4"><code>3036688</code></a>
Merge pull request <a
href="https://redirect.github.com/zdennis/activerecord-import/issues/870">#870</a>
from x-smasato/devin/1741662112-fix-redundant-condition</li>
<li><a
href="https://github.com/zdennis/activerecord-import/commit/5eabcc6e01f85d6217965f6e2e455ab2a325b8cd"><code>5eabcc6</code></a>
Fix Style/RedundantCondition lint error in import.rb</li>
<li>Additional commits viewable in <a
href="https://github.com/zdennis/activerecord-import/compare/v2.1.0...v2.2.0">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 | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments