Skip to content

Commit 9b95114

Browse files
authored
Build(deps): Bump activerecord-import from 2.0.0 to 2.1.0 (#754)
Bumps [activerecord-import](https://github.com/zdennis/activerecord-import) from 2.0.0 to 2.1.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.1.0</h2> <h3>New Features</h3> <ul> <li>Add Support for <code>active_record_proxy_adapters</code> gem thanks to <a href="https://github.com/stingrayzboy"><code>@​stingrayzboy</code></a> via #\867. Since Rails 7.1 makara no longer works and it is not currently maintained. The <a href="https://github.com/nasdaq"><code>@​nasdaq</code></a> team have written a gem called <a href="https://rubygems.org/gems/active_record_proxy_adapters">active_record_proxy_adapters</a> that implements some makara functionality.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zdennis/activerecord-import/commit/e4f2a2c49475421e5d92990f8e082e3a8b26b21c"><code>e4f2a2c</code></a> Merge pull request <a href="https://redirect.github.com/zdennis/activerecord-import/issues/867">#867</a> from stingrayzboy/Add-Support-for-Active-Record-Proxy...</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/cc0a8f72a1dbc186995b9bee6ee62a582305b68a"><code>cc0a8f7</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/64110a62ea5553b90312710701addd27208b374e"><code>64110a6</code></a> Add Support for Mysql2 Proxy</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/99cdf23b0082061a969ef7bf1288cb8becc312b7"><code>99cdf23</code></a> Add Support for ActiveRecord Proxy Adapters</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/25a53beb1cdcdb80e99725e44ef7b9d9db6216d2"><code>25a53be</code></a> Fix issue with missing Logger dependency</li> <li>See full diff in <a href="https://github.com/zdennis/activerecord-import/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activerecord-import&package-manager=bundler&previous-version=2.0.0&new-version=2.1.0)](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 7ac5c4c + 7dc84a8 commit 9b95114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ GEM
120120
activemodel (= 7.1.5.1)
121121
activesupport (= 7.1.5.1)
122122
timeout (>= 0.4.0)
123-
activerecord-import (2.0.0)
123+
activerecord-import (2.1.0)
124124
activerecord (>= 4.2)
125125
activerecord-postgis-adapter (9.0.2)
126126
activerecord (~> 7.1.0)

0 commit comments

Comments
 (0)