[openstreetmap/openstreetmap-website] Bump the dependencies group with 4 updates (PR #6621)

dependabot[bot] notifications at github.com
Mon Dec 15 23:07:07 UTC 2025


Bumps the dependencies group with 4 updates: [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection), [connection_pool](https://github.com/mperham/connection_pool), [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) and [minitest](https://github.com/minitest/minitest).

Updates `omniauth-rails_csrf_protection` from 2.0.0 to 2.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cookpad/omniauth-rails_csrf_protection/releases">omniauth-rails_csrf_protection's releases</a>.</em></p>
<blockquote>
<h2>Version 2.0.1</h2>
<ul>
<li>
<p>Fix an issue with configuration delegation in Rails &lt; 8.1 (<a href="https://redirect.github.com/cookpad/omniauth-rails_csrf_protection/issues/26">#26</a>)</p>
<p>For more details, please see 1a0d39099957675f549e1f23c836f57b99b09a00.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cookpad/omniauth-rails_csrf_protection/commit/c4f53d72e6a278c02f1a6d294c4f8004354ee0b7"><code>c4f53d7</code></a> Bump to 2.0.1</li>
<li><a href="https://github.com/cookpad/omniauth-rails_csrf_protection/commit/1a0d39099957675f549e1f23c836f57b99b09a00"><code>1a0d390</code></a> Fix an issue with configuration delegation in Rails &lt; 8.1</li>
<li><a href="https://github.com/cookpad/omniauth-rails_csrf_protection/commit/bc315e1b09fbf6a363d5293067b42675f020fc4c"><code>bc315e1</code></a> Properly silence Rails 8.0.x warning message in test</li>
<li>See full diff in <a href="https://github.com/cookpad/omniauth-rails_csrf_protection/compare/v2.0.0...v2.0.1">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 &lt;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 `aws-sdk-s3` from 1.206.0 to 1.207.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md">aws-sdk-s3's changelog</a>.</em></p>
<blockquote>
<h2>1.207.0 (2025-12-15)</h2>
<ul>
<li>Feature - This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `minitest` from 5.26.2 to 5.27.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/minitest/minitest/blob/master/History.rdoc">minitest's changelog</a>.</em></p>
<blockquote>
<p>=== 5.27.0 / 2025-12-11</p>
<ul>
<li>
<p>1 major enhancement:</p>
<ul>
<li>Adding post install message announcing the EOL for minitest 5!</li>
</ul>
</li>
<li>
<p>2 minor enhancements:</p>
<ul>
<li>Removed TestTask::Work#initialize since Queue can now initialize with an Enumerable! AMAZING!</li>
<li>Use Kernel#warn uplevel argument for nicer warnings. (byroot)</li>
</ul>
</li>
<li>
<p>5 bug fixes:</p>
<ul>
<li>Cleaned up option aliasing a tad.</li>
<li>Removed obsolete conditional for prerecord</li>
<li>Removed obsolete guards around Warning.</li>
<li>Removed obsolete version guards for pattern matching assertions.</li>
<li>Switched all internal requires to require_relative.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/minitest/minitest/commit/819e9b5f873d7ab6d4edfeaed48542279367ff93"><code>819e9b5</code></a> Branching minitest to version 5.27.0</li>
<li><a href="https://github.com/minitest/minitest/commit/e9a9fc3d0432bc90a1b09e18fc0cfee2f7cc1429"><code>e9a9fc3</code></a> ! Adding post install message announcing the EOL for minitest 5.</li>
<li><a href="https://github.com/minitest/minitest/commit/4525c8880d717d85cdb695f8a5ab4a1f846b243c"><code>4525c88</code></a> REVERTED: Removed obsolete conditional for prerecord. For now... Wait for MT6.</li>
<li><a href="https://github.com/minitest/minitest/commit/6b3fb6c0b01709a7f223680a8fe942a875603bf7"><code>6b3fb6c</code></a> - Removed obsolete guards around Warning.</li>
<li><a href="https://github.com/minitest/minitest/commit/72b90c36cdbceae2a75e92e9a434f5ad1e2250a2"><code>72b90c3</code></a> - Removed obsolete version guards for pattern matching assertions.</li>
<li><a href="https://github.com/minitest/minitest/commit/a8143f2297e4af06c88ceea4c0090d6c76309f37"><code>a8143f2</code></a> - Removed obsolete conditional for prerecord</li>
<li><a href="https://github.com/minitest/minitest/commit/f6fffa1b9d865ea4166a7e057672e820a5a7d730"><code>f6fffa1</code></a> + Use Kernel#warn uplevel argument for nicer warnings. (byroot)</li>
<li><a href="https://github.com/minitest/minitest/commit/a0e92896f32d52758705df03d8978b83ae84dd13"><code>a0e9289</code></a> Fixed reporter test shape variation warning. (havenwood)</li>
<li><a href="https://github.com/minitest/minitest/commit/15394fcb3adbf7deb830b5e969453dba128a6527"><code>15394fc</code></a> + Removed TestTask::Work#initialize since Queue can now initialize with an En...</li>
<li><a href="https://github.com/minitest/minitest/commit/8a4d7ee43099451dbaf402a6355fe63c414863d9"><code>8a4d7ee</code></a> - Switched all internal requires to require_relative.</li>
<li>Additional commits viewable in <a href="https://github.com/minitest/minitest/compare/v5.26.2...v5.27.0">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/6621

-- Commit Summary --

  * Bump the dependencies group with 4 updates

-- File Changes --

    M Gemfile (2)
    M Gemfile.lock (18)

-- Patch Links --

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

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

Message ID: <openstreetmap/openstreetmap-website/pull/6621 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251215/efb99dae/attachment-0001.htm>


More information about the rails-dev mailing list