[openstreetmap/openstreetmap-website] Bump the dependencies group with 3 updates (PR #7345)
dependabot[bot]
notifications at github.com
Wed Aug 26 23:16:07 UTC 2026
Bumps the dependencies group with 3 updates: [opentelemetry-instrumentation-all](https://github.com/open-telemetry/opentelemetry-ruby-contrib), [webmock](https://github.com/bblimke/webmock) and [database_consistency](https://github.com/djezzzl/database_consistency).
Updates `opentelemetry-instrumentation-all` from 0.95.0 to 0.96.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases">opentelemetry-instrumentation-all's releases</a>.</em></p>
<blockquote>
<h2>opentelemetry-instrumentation-all 0.96.0</h2>
<h2>v0.96.0 / 2026-08-18</h2>
<ul>
<li>ADDED: Upgrade opentelemetry-instrumentation-aws_sdk to 0.13.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-all/v0.95.0...opentelemetry-instrumentation-all/v0.96.0">compare view</a></li>
</ul>
</details>
<br />
Updates `webmock` from 3.26.2 to 3.26.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bblimke/webmock/releases">webmock's releases</a>.</em></p>
<blockquote>
<h2>3.26.3</h2>
<ul>
<li>
<p>Confirm to work with curb 1.3.7</p>
<p>Thanks to <a href="https://github.com/jbockler">Josch Bockler</a></p>
</li>
<li>
<p>Fix NameError in async-http adapter on protocol-http1 >= 0.40</p>
<p>Thanks to <a href="https://github.com/lesleh">Leslie Hoare</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bblimke/webmock/blob/master/CHANGELOG.md">webmock's changelog</a>.</em></p>
<blockquote>
<h1>3.26.3</h1>
<ul>
<li>
<p>Confirm to work with curb 1.3.7</p>
<p>Thanks to <a href="https://github.com/jbockler">Josch Bockler</a></p>
</li>
<li>
<p>Fix NameError in async-http adapter on protocol-http1 >= 0.40</p>
<p>Thanks to <a href="https://github.com/lesleh">Leslie Hoare</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bblimke/webmock/commit/ee409ac0a5f0c06cf6b88bd16a12f20e4ca3c178"><code>ee409ac</code></a> Version 3.26.3</li>
<li><a href="https://github.com/bblimke/webmock/commit/2c976d5134fd4c43b504c21c5259e4459fa35db4"><code>2c976d5</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1127">#1127</a> from jbockler/curb-1.3</li>
<li><a href="https://github.com/bblimke/webmock/commit/5b4015514eb0c4ff07c1591b971535d131f6a93c"><code>5b40155</code></a> Confirm to work with curb 1.3.7</li>
<li><a href="https://github.com/bblimke/webmock/commit/f685e7e8c514531653c47884a1effe92f478c82a"><code>f685e7e</code></a> Merge pull request <a href="https://redirect.github.com/bblimke/webmock/issues/1130">#1130</a> from lesleh/fix-async-http-status-description</li>
<li><a href="https://github.com/bblimke/webmock/commit/a50557eb7f899a9008964d20ce653457527f0fa0"><code>a50557e</code></a> Fix NameError in async-http adapter on protocol-http1 >= 0.40</li>
<li>See full diff in <a href="https://github.com/bblimke/webmock/compare/v3.26.2...v3.26.3">compare view</a></li>
</ul>
</details>
<br />
Updates `database_consistency` from 3.0.9 to 3.0.10
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/djezzzl/database_consistency/blob/master/CHANGELOG.md">database_consistency's changelog</a>.</em></p>
<blockquote>
<h3>[3.0.10] - 2026/08/19</h3>
<ul>
<li>Extend the CI test matrix to Ruby 2.6-4.0 against ActiveRecord 4.2-8.1, keeping every existing combination and adding ActiveRecord 7.2/8.0/8.1 on Ruby 3.3/3.4/4.0.</li>
<li>Allow a broad <code>rubocop</code> range in the gemspec and pin a compatible version per gemfile, so linting resolves across Ruby 2.6-4.0.</li>
<li>Fix <code>NumericalityConstraintChecker</code> false positives for columns named after SQL keywords (e.g. <code>limit</code>, <code>order</code>), whose quoted identifiers in the <code>CHECK</code> expression were filtered out as keywords. Thanks <a href="https://github.com/yenshirak">yenshirak</a> for reporting this in <a href="https://redirect.github.com/djezzzl/database_consistency/issues/313">#313</a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/djezzzl/database_consistency/commit/bd577a1145ed28ad92e117715c9340f6dd72c2e6"><code>bd577a1</code></a> Release v3.0.10</li>
<li><a href="https://github.com/djezzzl/database_consistency/commit/f4352b7baa2932f4016c864dd07828e6d8cb43c2"><code>f4352b7</code></a> Add thank you to yenshirak in CHANGELOG for issue <a href="https://redirect.github.com/djezzzl/database_consistency/issues/313">#313</a> (<a href="https://redirect.github.com/djezzzl/database_consistency/issues/315">#315</a>)</li>
<li><a href="https://github.com/djezzzl/database_consistency/commit/f2f739dce3f7eddb9ed2da4bf7fd216057929f1a"><code>f2f739d</code></a> Do not filter quoted identifiers as SQL keywords (<a href="https://redirect.github.com/djezzzl/database_consistency/issues/314">#314</a>)</li>
<li><a href="https://github.com/djezzzl/database_consistency/commit/3530151cbdeb66220f195969710dd97c73ec32d3"><code>3530151</code></a> chore: extend CI matrix and allow a broad rubocop range (<a href="https://redirect.github.com/djezzzl/database_consistency/issues/312">#312</a>)</li>
<li>See full diff in <a href="https://github.com/djezzzl/database_consistency/compare/v3.0.9...v3.0.10">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 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/7345
-- Commit Summary --
* Bump the dependencies group with 3 updates
-- File Changes --
M Gemfile.lock (14)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/7345.patch
https://github.com/openstreetmap/openstreetmap-website/pull/7345.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7345
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/7345 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260826/4dcff739/attachment.htm>
More information about the rails-dev
mailing list