Skip to content

Commit e378260

Browse files
authored
chore(deps): bump geocoder from 1.8.5 to 1.8.6 (#1089)
Bumps [geocoder](https://github.com/alexreisner/geocoder) from 1.8.5 to 1.8.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md">geocoder's changelog</a>.</em></p> <blockquote> <h2>1.8.6 (2025 Sep 21)</h2> <ul> <li>Add support for IPInfo Lite lookup (thanks github.com/iltempo).</li> <li>Various minor fixes and improvements.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexreisner/geocoder/commit/d3515db46c5785db8cd48dbf94af123a2c99b8a9"><code>d3515db</code></a> Prepare for release of gem version 1.8.6.</li> <li><a href="https://github.com/alexreisner/geocoder/commit/737d16f277f81aabe73e2dfe466e2ba84fef188a"><code>737d16f</code></a> Merge pull request <a href="https://redirect.github.com/alexreisner/geocoder/issues/1694">#1694</a> from Intrepidd/update-data-gouv-fr-domain</li> <li><a href="https://github.com/alexreisner/geocoder/commit/4b50c085eea4de4f453eab2e8dc6faf7b3824420"><code>4b50c08</code></a> Merge pull request <a href="https://redirect.github.com/alexreisner/geocoder/issues/1695">#1695</a> from cprodhomme/patch-1</li> <li><a href="https://github.com/alexreisner/geocoder/commit/31545ee756f1230a063e86458b3dadbac9b7e7b4"><code>31545ee</code></a> Update README_API_GUIDE.md</li> <li><a href="https://github.com/alexreisner/geocoder/commit/3a90b5aa6c708945cf181f16a182ca232f668c4d"><code>3a90b5a</code></a> Update BAN domain</li> <li><a href="https://github.com/alexreisner/geocoder/commit/b2c0aa5526f90209883e3ca64b73d9559d21f729"><code>b2c0aa5</code></a> Merge pull request <a href="https://redirect.github.com/alexreisner/geocoder/issues/1691">#1691</a> from TheRusskiy/radius-column-arel</li> <li><a href="https://github.com/alexreisner/geocoder/commit/cd58cab7fd167d641927fe4a083963fcf5cd08df"><code>cd58cab</code></a> add &quot;arel&quot; to near_test spec</li> <li><a href="https://github.com/alexreisner/geocoder/commit/63ca4702ccffe776b146c28d289f7449d25946ee"><code>63ca470</code></a> radius column can be an instance of Arel.sql</li> <li><a href="https://github.com/alexreisner/geocoder/commit/eaf85fe4de045c2ad3e035f560d6755e82646bee"><code>eaf85fe</code></a> Merge pull request <a href="https://redirect.github.com/alexreisner/geocoder/issues/1688">#1688</a> from skillstopractice/master</li> <li><a href="https://github.com/alexreisner/geocoder/commit/00369bb35a29a86f54e6fea516ecf9842e5f855f"><code>00369bb</code></a> Update tests to use data['place_name'] for Mapbox</li> <li>Additional commits viewable in <a href="https://github.com/alexreisner/geocoder/compare/v1.8.5...v1.8.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=geocoder&package-manager=bundler&previous-version=1.8.5&new-version=1.8.6)](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 be747d5 + b460186 commit e378260

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
@@ -236,7 +236,7 @@ GEM
236236
crass (1.0.6)
237237
css_parser (1.21.1)
238238
addressable
239-
csv (3.3.4)
239+
csv (3.3.5)
240240
dartsass-sprockets (3.2.1)
241241
railties (>= 4.0.0)
242242
sassc-embedded (~> 1.80.1)
@@ -355,7 +355,7 @@ GEM
355355
fuubar (2.5.1)
356356
rspec-core (~> 3.0)
357357
ruby-progressbar (~> 1.4)
358-
geocoder (1.8.5)
358+
geocoder (1.8.6)
359359
base64 (>= 0.1.0)
360360
csv (>= 3.0.0)
361361
globalid (1.2.1)

0 commit comments

Comments
 (0)