Bumps the dependencies group with 4 updates: 
[strong_migrations](https://github.com/ankane/strong_migrations), 
[connection_pool](https://github.com/mperham/connection_pool), 
[timeout](https://github.com/ruby/timeout) and 
[debug](https://github.com/ruby/debug).

Updates `strong_migrations` from 2.5.1 to 2.5.2
<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>2.5.2 (2025-12-20)</h2>
<ul>
<li>Fixed false positive for <code>add_reference</code> with 
<code>foreign_key: {validate: false}</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/543436b78178f432d7f9a3e47d33b70c452e34fa"><code>543436b</code></a>
 Version bump to 2.5.2 [skip ci]</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/3601006ff19a1f22713d3ffa499317f59139a2d1"><code>3601006</code></a>
 Removed stub calls for minitest 6 [skip ci]</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/ae14ea607e2fd861b6ec82b8f683401fa847f68f"><code>ae14ea6</code></a>
 Updated tests for minitest 6</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/ebba138bc01dd12b312dc8f13c25e868c6547652"><code>ebba138</code></a>
 Added test</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/1d76ac437604af9485a718c3d8e9103447e36fd7"><code>1d76ac4</code></a>
 Improved consistency</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/ae0bb2cb2b71875818795fa7cab27be8456c2026"><code>ae0bb2c</code></a>
 Fix false positive for add_reference with foreign_key option validate as 
fals...</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/94ba83fcc955f23c2d3b7ac31a5cc57edb0ddf13"><code>94ba83f</code></a>
 Updated Gemfile for Windows [skip ci]</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/35ed4b8ed01abd8b696248afe59d9329aabf2653"><code>35ed4b8</code></a>
 Updated readme - <a 
href="https://redirect.github.com/ankane/strong_migrations/issues/311">#311</a>
 [skip ci]</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/2c38044e5b8c5cfe7741c885e1792eba6960ccd6"><code>2c38044</code></a>
 Improved approach for faster migrations - <a 
href="https://redirect.github.com/ankane/strong_migrations/issues/152">#152</a>
 [skip ci]</li>
<li><a 
href="https://github.com/ankane/strong_migrations/commit/5ab7f75a49a0d3099b7790b47bc7bc56f9f83e4d"><code>5ab7f75</code></a>
 Updated readme [skip ci]</li>
<li>Additional commits viewable in <a 
href="https://github.com/ankane/strong_migrations/compare/v2.5.1...v2.5.2">compare
 view</a></li>
</ul>
</details>
<br />

Updates `connection_pool` from 2.5.5 to 3.0.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/mperham/connection_pool/blob/main/Changes.md">connection_pool's
 changelog</a>.</em></p>
<blockquote>
<h2>3.0.2</h2>
<ul>
<li>Support :name keyword for backwards compatibility <a 
href="https://redirect.github.com/mperham/connection_pool/issues/210">#210</a></li>
</ul>
<h2>3.0.1</h2>
<ul>
<li>Add missing <code>fork.rb</code> to gemspec.</li>
</ul>
<h2>3.0.0</h2>
<ul>
<li><strong>BREAKING CHANGES</strong> 
<code>ConnectionPool</code> and 
<code>ConnectionPool::TimedStack</code> now
use keyword arguments rather than positional arguments everywhere. Expected 
impact is minimal as most people use the <code>with</code> API, 
which is unchanged.</li>
</ul>
<pre lang="ruby"><code>pool = ConnectionPool.new(size: 5, 
timeout: 5)
pool.checkout(1) # 2.x
pool.reap(30)    # 2.x
pool.checkout(timeout: 1) # 3.x
pool.reap(idle_seconds: 30) # 3.x
</code></pre>
<ul>
<li>Dropped support for Ruby <3.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/mperham/connection_pool/commit/78bc41e2a9fffbdd7242736233aeedfb64953dd8"><code>78bc41e</code></a>
 bump, changes</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/955c64f96de81f5b2cee2546d3ea4c93ec11f6e9"><code>955c64f</code></a>
 Support :name keyword arg for backwards compat, <a 
href="https://redirect.github.com/mperham/connection_pool/issues/210">#210</a></li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/0dae4dd21acfd5bfbae15c25c7e6031a0bde3fca"><code>0dae4dd</code></a>
 Fix missing fork.rb</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/f0d6dd2ab7241132a5bce4845d011a66786bad2c"><code>f0d6dd2</code></a>
 docs</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/84a66b9ecbfb4fd13cb16b412ff5971a5bbe2fc5"><code>84a66b9</code></a>
 refactor idle reaping for readability</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/e7825d6f460481359e44e2225f536974bd53adfb"><code>e7825d6</code></a>
 fix CI warning</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/9e03836b196846f7898644c1dac02ae18309907f"><code>9e03836</code></a>
 fork refactoring</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/6213bf543b77f997bc4569964a78d820e9cd591f"><code>6213bf5</code></a>
 ci tuning</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/5d3f6c1db81b009c06d1f1d85e12c21c1fe74fa2"><code>5d3f6c1</code></a>
 Connection Pool 3.0 (<a 
href="https://redirect.github.com/mperham/connection_pool/issues/209">#209</a>)</li>
<li><a 
href="https://github.com/mperham/connection_pool/commit/949f950e1186685e8dd7c93f59d35f3a36be4cbd"><code>949f950</code></a>
 Add benchmark to validate fast path performance</li>
<li>See full diff in <a 
href="https://github.com/mperham/connection_pool/compare/v2.5.5...v3.0.2">compare
 view</a></li>
</ul>
</details>
<br />

Updates `timeout` from 0.5.0 to 0.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/ruby/timeout/releases">timeout's 
releases</a>.</em></p>
<blockquote>
<h2>v0.6.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Suppress warnings in two tests by <a 
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/71">ruby/timeout#71</a></li>
<li>Revert "Suppress warnings in two tests" by <a 
href="https://github.com/nobu"><code>@​nobu</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/74">ruby/timeout#74</a></li>
<li>Only the timeout method should be public on the Timeout module by 
<a 
href="https://github.com/eregon"><code>@​eregon</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/76">ruby/timeout#76</a></li>
<li>support Ractor by <a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/75">ruby/timeout#75</a></li>
<li>Test that Timeout does not expose extra constants by <a 
href="https://github.com/eregon"><code>@​eregon</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/77">ruby/timeout#77</a></li>
<li>Revert "Exclude constantly-failing test on 
x86_64-darwin" by <a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/79">ruby/timeout#79</a></li>
<li>Reset the interrupt mask when creating the Timeout thread by <a 
href="https://github.com/eregon"><code>@​eregon</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/80">ruby/timeout#80</a></li>
<li>Make Timeout.timeout work in a trap handler on CRuby by <a 
href="https://github.com/eregon"><code>@​eregon</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/81">ruby/timeout#81</a></li>
<li>Skip signal test on windows by <a 
href="https://github.com/byroot"><code>@​byroot</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/82">ruby/timeout#82</a></li>
<li>Add windows to CI matrix by <a 
href="https://github.com/byroot"><code>@​byroot</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/83">ruby/timeout#83</a></li>
<li>Fix failing timeout test by <a 
href="https://github.com/luke-gruber"><code>@​luke-gruber</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/85">ruby/timeout#85</a></li>
<li>Restore original signal handler in test_timeout_in_trap_handler by 
<a 
href="https://github.com/eregon"><code>@​eregon</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/87">ruby/timeout#87</a></li>
<li>Run on Windows for all versions and remove old excludes by <a 
href="https://github.com/eregon"><code>@​eregon</code></a>
 in <a 
href="https://redirect.github.com/ruby/timeout/pull/84">ruby/timeout#84</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/ruby/timeout/pull/75">ruby/timeout#75</a></li>
<li><a 
href="https://github.com/byroot"><code>@​byroot</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/ruby/timeout/pull/82">ruby/timeout#82</a></li>
<li><a 
href="https://github.com/luke-gruber"><code>@​luke-gruber</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/ruby/timeout/pull/85">ruby/timeout#85</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/ruby/timeout/compare/v0.4.4...v0.6.0">https://github.com/ruby/timeout/compare/v0.4.4...v0.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/ruby/timeout/commit/ab79dfff47092008ce08520763c846eba3a3a5f1"><code>ab79dff</code></a>
 v0.6.0</li>
<li><a 
href="https://github.com/ruby/timeout/commit/2eb16dc3c02387fcdd3de265e755fc6956c0bf51"><code>2eb16dc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ruby/timeout/issues/88">#88</a>
 from ruby/dependabot/github_actions/step-security/hard...</li>
<li><a 
href="https://github.com/ruby/timeout/commit/179ea36ef1849c7fe1bd72c4ecd418f2bba5bb3e"><code>179ea36</code></a>
 Bump step-security/harden-runner from 2.13.3 to 2.14.0</li>
<li><a 
href="https://github.com/ruby/timeout/commit/549605db39602a4fc351165d061e70953b03bb9c"><code>549605d</code></a>
 Run on Windows for all versions and remove old excludes</li>
<li><a 
href="https://github.com/ruby/timeout/commit/4ae8631acfe8fb94964b8f3c56c1d3b4e8a92be7"><code>4ae8631</code></a>
 Restore original signal handler in test_timeout_in_trap_handler</li>
<li><a 
href="https://github.com/ruby/timeout/commit/e5bc1de901ed40227c462863a16f1e13715f9228"><code>e5bc1de</code></a>
 Fix failing timeout test</li>
<li><a 
href="https://github.com/ruby/timeout/commit/d95f1b8e6e9100e0ee62611c9c6b7cbb7fe9dd23"><code>d95f1b8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ruby/timeout/issues/83">#83</a>
 from byroot/test-on-windows</li>
<li><a 
href="https://github.com/ruby/timeout/commit/c8d63ce3fecc201cc19303f766cfc81f0cada921"><code>c8d63ce</code></a>
 Add windows to CI matrix</li>
<li><a 
href="https://github.com/ruby/timeout/commit/069b3a0538a53e7c6441fa2a7dbbf1fec19b8441"><code>069b3a0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ruby/timeout/issues/82">#82</a>
 from byroot/no-sigusr1-win32</li>
<li><a 
href="https://github.com/ruby/timeout/commit/b19043e8d03811f6a2a0d67e07a9da302c2ad352"><code>b19043e</code></a>
 Skip signal test on windows</li>
<li>Additional commits viewable in <a 
href="https://github.com/ruby/timeout/compare/v0.5.0...v0.6.0">compare
 view</a></li>
</ul>
</details>
<br />

Updates `debug` from 1.11.0 to 1.11.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/ruby/debug/releases">debug's 
releases</a>.</em></p>
<blockquote>
<h2>v1.11.1</h2>
<h2>What's Changed</h2>
<ul>
<li>command
<ul>
<li><code>b path: path_pattern</code> is accepted in <a 
href="https://github.com/ruby/debug/commit/1139d781ffde33a1ae6de04e718269cf8e4b0d09">https://github.com/ruby/debug/commit/1139d781ffde33a1ae6de04e718269cf8e4b0d09</a></li>
</ul>
</li>
<li>fix
<ul>
<li>catch any exception on <code>singletonclass</code> by 
<a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 in <a 
href="https://redirect.github.com/ruby/debug/pull/1163">ruby/debug#1163</a></li>
<li>use <code>Kernel.__callee__</code> by <a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 in <a 
href="https://redirect.github.com/ruby/debug/pull/1164">ruby/debug#1164</a></li>
<li>FileUtils is needed by <a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 in <a 
href="https://redirect.github.com/ruby/debug/pull/1168">ruby/debug#1168</a></li>
</ul>
</li>
<li>catch up Ruby 4.0
<ul>
<li>Update imemo_mask to match ruby's by <a 
href="https://github.com/byroot"><code>@​byroot</code></a>
 in <a 
href="https://redirect.github.com/ruby/debug/pull/1151">ruby/debug#1151</a></li>
<li>backtrace changes <a 
href="https://github.com/ruby/debug/commit/24f95d637d96d92eb249e1ca45f3550832b5307f">https://github.com/ruby/debug/commit/24f95d637d96d92eb249e1ca45f3550832b5307f</a></li>
</ul>
</li>
<li>remote
<ul>
<li>fix(DAP): Return unverified breakpoints instead of unsuccessful 
response by <a 
href="https://github.com/dmlambo"><code>@​dmlambo</code></a>
 in <a 
href="https://redirect.github.com/ruby/debug/pull/1161">ruby/debug#1161</a></li>
</ul>
</li>
<li>misc
<ul>
<li>omit on older version by <a 
href="https://github.com/ko1"><code>@​ko1</code></a>
 in <a 
href="https://redirect.github.com/ruby/debug/pull/1167">ruby/debug#1167</a></li>
</ul>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a 
href="https://github.com/byroot"><code>@​byroot</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/ruby/debug/pull/1151">ruby/debug#1151</a></li>
<li><a 
href="https://github.com/dmlambo"><code>@​dmlambo</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/ruby/debug/pull/1161">ruby/debug#1161</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/ruby/debug/compare/v1.11.0...v1.11.1">https://github.com/ruby/debug/compare/v1.11.0...v1.11.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/ruby/debug/commit/bad4d38f8330219b62f2b253d59146f5a71fd39a"><code>bad4d38</code></a>
 v1.11.1</li>
<li><a 
href="https://github.com/ruby/debug/commit/88d762c8c9b157e3a2627ac3de0df1d5cb8dace5"><code>88d762c</code></a>
 FileUtils is needed</li>
<li><a 
href="https://github.com/ruby/debug/commit/553373a59f655177dabb2cef952ad1fae1d55fa4"><code>553373a</code></a>
 omit on older version</li>
<li><a 
href="https://github.com/ruby/debug/commit/c1c1c8e2533096e82d2888170f18d7cc990407fd"><code>c1c1c8e</code></a>
 use <code>Kernel.__callee__</code></li>
<li><a 
href="https://github.com/ruby/debug/commit/24f95d637d96d92eb249e1ca45f3550832b5307f"><code>24f95d6</code></a>
 catch up 4.0.0 backtrace change</li>
<li><a 
href="https://github.com/ruby/debug/commit/bc97d3387deb4357419e9ebc6c40f809d1858527"><code>bc97d33</code></a>
 add a test for <code>b path: ...</code></li>
<li><a 
href="https://github.com/ruby/debug/commit/1139d781ffde33a1ae6de04e718269cf8e4b0d09"><code>1139d78</code></a>
 support <code>b path: path_expr</code></li>
<li><a 
href="https://github.com/ruby/debug/commit/06342cd77a11af814c91726f7e5bc3f1974be9df"><code>06342cd</code></a>
 catch any exception on <code>singletonclass</code></li>
<li><a 
href="https://github.com/ruby/debug/commit/2791573fd24aef2091cbb30aa8750f3117781752"><code>2791573</code></a>
 fix(DAP): Return unverified breakpoints instead of unsuccessful 
response</li>
<li><a 
href="https://github.com/ruby/debug/commit/14c8a546242a5e88ed8f47607629ffbef7d3315d"><code>14c8a54</code></a>
 Update imemo_mask to match ruby's</li>
<li>See full diff in <a 
href="https://github.com/ruby/debug/compare/v1.11.0...v1.11.1">compare
 view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this 
group update PR and stop Dependabot creating any more for the specific 
dependency's major version (unless you unignore this specific 
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this 
group update PR and stop Dependabot creating any more for the specific 
dependency's minor version (unless you unignore this specific 
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR 
and stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will 
remove the ignore condition of the specified dependency and ignore conditions


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/6647

-- Commit Summary --

  * Bump the dependencies group with 4 updates

-- File Changes --

    M Gemfile (2)
    M Gemfile.lock (26)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6647.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6647.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6647
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to