[openstreetmap/openstreetmap-website] Bump connection_pool from 2.5.5 to 3.0.2 in the dependencies group (PR #6993)
dependabot[bot]
notifications at github.com
Thu Apr 9 17:59:57 UTC 2026
Bumps the dependencies group with 1 update: [connection_pool](https://github.com/mperham/connection_pool).
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 />
[](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 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/6993
-- Commit Summary --
* Bump connection_pool from 2.5.5 to 3.0.2 in the dependencies group
-- File Changes --
M Gemfile (2)
M Gemfile.lock (4)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/6993.patchhttps://github.com/openstreetmap/openstreetmap-website/pull/6993.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6993
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6993 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260409/004a43ba/attachment-0001.htm>
More information about the rails-dev
mailing list