[openstreetmap/openstreetmap-website] Bump the dependencies group across 1 directory with 3 updates (PR #6806)

dependabot[bot] notifications at github.com
Thu Feb 12 09:03:56 UTC 2026


Bumps the dependencies group with 3 updates in the / directory: [dalli](https://github.com/petergoldstein/dalli), [herb](https://github.com/marcoroth/herb) and [annotaterb](https://github.com/drwl/annotaterb).

Updates `dalli` from 4.3.0 to 4.3.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md">dalli's changelog</a>.</em></p>
<blockquote>
<h1>Dalli Changelog</h1>
<h1>5.0.0</h1>
<p><strong>Breaking Changes:</strong></p>
<ul>
<li>
<p><strong>Removed binary protocol</strong> - The meta protocol is now the only supported protocol</p>
<ul>
<li>The <code>:protocol</code> option is no longer used</li>
<li>Requires memcached 1.6+ (for meta protocol support)</li>
<li>Users on older memcached versions must upgrade or stay on Dalli 4.x</li>
</ul>
</li>
<li>
<p><strong>Removed SASL authentication</strong> - The meta protocol does not support authentication</p>
<ul>
<li>Use network-level security (firewall rules, VPN) or memcached's TLS support instead</li>
<li>Users requiring SASL authentication must stay on Dalli 4.x with binary protocol</li>
</ul>
</li>
<li>
<p><strong>Ruby 3.3+ required</strong> - Dropped support for Ruby 3.1 and 3.2</p>
<ul>
<li>Ruby 3.2 reached end-of-life in March 2026</li>
<li>JRuby remains supported</li>
</ul>
</li>
</ul>
<p>Performance:</p>
<ul>
<li><strong>~7% read performance improvement</strong> (CRuby only)
<ul>
<li>Use native <code>IO#read</code> instead of custom <code>readfull</code> implementation</li>
<li>Enabled by Ruby 3.3's <code>IO#timeout=</code> support</li>
<li>JRuby continues to use <code>readfull</code> for compatibility</li>
</ul>
</li>
</ul>
<p>OpenTelemetry:</p>
<ul>
<li>Migrate to stable OTel semantic conventions (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1070">#1070</a>)
<ul>
<li><code>db.system</code> renamed to <code>db.system.name</code></li>
<li><code>db.operation</code> renamed to <code>db.operation.name</code></li>
<li><code>server.address</code> now contains hostname only; <code>server.port</code> is a separate integer attribute</li>
<li><code>get_with_metadata</code> and <code>fetch_with_lock</code> now include <code>server.address</code>/<code>server.port</code></li>
</ul>
</li>
<li>Add <code>db.query.text</code> span attribute with configurable modes
<ul>
<li><code>:otel_db_statement</code> option: <code>:include</code>, <code>:obfuscate</code>, or <code>nil</code> (default: omitted)</li>
</ul>
</li>
<li>Add <code>peer.service</code> span attribute
<ul>
<li><code>:otel_peer_service</code> option for logical service naming</li>
</ul>
</li>
</ul>
<p>Internal:</p>
<ul>
<li>Simplified protocol directory structure: moved <code>lib/dalli/protocol/meta/*</code> to <code>lib/dalli/protocol/</code></li>
<li>Removed deprecated binary protocol files and SASL authentication code</li>
<li>Removed <code>require 'set'</code> (autoloaded in Ruby 3.3+)</li>
</ul>
<h1>4.3.1</h1>
<p>Bug Fixes:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/petergoldstein/dalli/commit/3fd87c56c6fb130c92dc1b3dae1d31fda1faad2f"><code>3fd87c5</code></a> Skip OTel integration tests when meta protocol unavailable</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/2b4559f6ae390773520cdb5cf4936ec7b1d79ce0"><code>2b4559f</code></a> Bump version to 4.3.2</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/b3404ea3c909f0ff185c794f0fc018029f30a625"><code>b3404ea</code></a> Align OTel instrumentation with stable semantic conventions</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/ab534ffd16f8f2445be4b26b440985276f662961"><code>ab534ff</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1066">#1066</a> from petergoldstein/fix/socket-compatibility-996-1012</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/1ce4cae1c9eda3c623d4ae2e49088f11ba693ed1"><code>1ce4cae</code></a> Update CHANGELOG for PR <a href="https://redirect.github.com/petergoldstein/dalli/issues/1069">#1069</a></li>
<li><a href="https://github.com/petergoldstein/dalli/commit/46a34a43705f68644a2d61d16d629215b6620c6a"><code>46a34a4</code></a> Fix double recording of exceptions on OTel spans (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1069">#1069</a>)</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/b0a9506658fae405d5a6277cfe1b79bebf36a1af"><code>b0a9506</code></a> fix: stop double recording exceptions on spans</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/052ac00a720a66d79a249c4deb39c3f06d18d3ac"><code>052ac00</code></a> Skip SSL error stub test on JRuby</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/a968aa6ecd637aaaf3d1ca4d228159ec9ab0061f"><code>a968aa6</code></a> Skip MRI-specific socket test on TruffleRuby and JRuby</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/36cc0ce16b9383f8eb72892d8d44dfa69898ee6b"><code>36cc0ce</code></a> Update CHANGELOG for 4.3.1 with cherry-picked changes</li>
<li>Additional commits viewable in <a href="https://github.com/petergoldstein/dalli/compare/v4.3.0...v4.3.2">compare view</a></li>
</ul>
</details>
<br />

Updates `herb` from 0.8.9 to 0.8.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/marcoroth/herb/releases">herb's releases</a>.</em></p>
<blockquote>
<h2>v0.8.10</h2>
<h3>Parser</h3>
<ul>
<li>Upgrade Prism to v1.9.0 by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1110">marcoroth/herb#1110</a></li>
<li>Add error for case/when in same ERB tag by <a href="https://github.com/tvararu"><code>@​tvararu</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1112">marcoroth/herb#1112</a></li>
</ul>
<h3>Engine</h3>
<ul>
<li>Handle trailing comments in ERB output tags by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1083">marcoroth/herb#1083</a></li>
<li>Show component names in <code>DebugVisitor</code> by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1132">marcoroth/herb#1132</a></li>
</ul>
<h3>Linter</h3>
<ul>
<li>Allow nested parens in <code>erb-strict-locals-comment-syntax</code> rule by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1141">marcoroth/herb#1141</a></li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix heredoc formatting by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1142">marcoroth/herb#1142</a></li>
</ul>
<h3>Dev Tools</h3>
<ul>
<li>Show colored outlines in Herb Debug Menu by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1133">marcoroth/herb#1133</a></li>
</ul>
<h3>Language Server</h3>
<ul>
<li>Don't add <code>\n</code> when formatting ranges by <a href="https://github.com/marcoroth"><code>@​marcoroth</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1126">marcoroth/herb#1126</a></li>
</ul>
<h3>libherb</h3>
<ul>
<li>Mark certain targets as <code>.PHONY</code> in Makefile by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1118">marcoroth/herb#1118</a></li>
<li>Change LLVM detection on macOS by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1123">marcoroth/herb#1123</a></li>
<li>Add test for <code>herb_read_file</code> by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1127">marcoroth/herb#1127</a></li>
<li>Remove old <code>visit</code> subcommand by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1129">marcoroth/herb#1129</a></li>
<li>Add <code>free</code> calls to <code>prism</code> command by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1128">marcoroth/herb#1128</a></li>
<li>Add default language case in <code>herb_extract</code> by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1131">marcoroth/herb#1131</a></li>
<li>Introduce <code>string_equals</code> utility function by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1130">marcoroth/herb#1130</a></li>
<li>Simplify <code>main.c</code> by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1134">marcoroth/herb#1134</a></li>
<li>Add support for <code>.envrc.local</code> by <a href="https://github.com/citizen428"><code>@​citizen428</code></a> in <a href="https://redirect.github.com/marcoroth/herb/pull/1120">marcoroth/herb#1120</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump <code>@​typescript-eslint/parser</code> from 8.53.1 to 8.54.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1104">marcoroth/herb#1104</a></li>
<li>Bump zod from 4.3.5 to 4.3.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1105">marcoroth/herb#1105</a></li>
<li>Bump playwright from 1.57.0 to 1.58.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1103">marcoroth/herb#1103</a></li>
<li>Bump <code>@​typescript-eslint/eslint-plugin</code> from 8.53.1 to 8.54.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1106">marcoroth/herb#1106</a></li>
<li>Bump <code>@​shikijs/vitepress-twoslash</code> from 3.21.0 to 3.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1117">marcoroth/herb#1117</a></li>
<li>Bump nx from 22.3.3 to 22.4.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1116">marcoroth/herb#1116</a></li>
<li>Bump rollup from 4.55.2 to 4.57.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1115">marcoroth/herb#1115</a></li>
<li>Bump playwright from 1.58.0 to 1.58.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1114">marcoroth/herb#1114</a></li>
<li>Bump vitepress from 2.0.0-alpha.15 to 2.0.0-alpha.16 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/marcoroth/herb/pull/1113">marcoroth/herb#1113</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/marcoroth/herb/commit/124d1cf0fe9ee420b0ee31a5a98a039cd67f126b"><code>124d1cf</code></a> <code>v0.8.10</code></li>
<li><a href="https://github.com/marcoroth/herb/commit/c0f0df78bc5df229f85d6f2cd8dbfaddc3845df4"><code>c0f0df7</code></a> Formatter: Fix heredoc formatting (<a href="https://redirect.github.com/marcoroth/herb/issues/1142">#1142</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/7b187fa8be953fbab7f299508a5953277939b5e6"><code>7b187fa</code></a> Linter: Allow nested parens in <code>erb-strict-locals-comment-syntax</code> rule (<a href="https://redirect.github.com/marcoroth/herb/issues/1141">#1141</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/c9d044ef10d92643200ead3b7a19115c9dbb4451"><code>c9d044e</code></a> Bump <code>@​typescript-eslint/eslint-plugin</code> from 8.54.0 to 8.55.0 (<a href="https://redirect.github.com/marcoroth/herb/issues/1139">#1139</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/a6b924975d01b6582b7edbde3372d23cc7d2ebfd"><code>a6b9249</code></a> Bump eslint from 9.39.2 to 10.0.0 in /javascript/packages/vscode (<a href="https://redirect.github.com/marcoroth/herb/issues/1135">#1135</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/85799cfe79ac8c1bf183e00827559f53c9b026ff"><code>85799cf</code></a> Bump oxlint from 1.39.0 to 1.43.0 (<a href="https://redirect.github.com/marcoroth/herb/issues/1136">#1136</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/e27a1ad241a796bdeb22b85806d4c769effba1e9"><code>e27a1ad</code></a> Bump <code>@​types/node</code> from 25.0.10 to 25.2.2 (<a href="https://redirect.github.com/marcoroth/herb/issues/1137">#1137</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/e8e09d9bbf98a6874623b952a54dcaa4640e3365"><code>e8e09d9</code></a> Bump prettier from 3.8.0 to 3.8.1 (<a href="https://redirect.github.com/marcoroth/herb/issues/1140">#1140</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/73f3e52234e56fe410c5dfe25fc1eb771a176826"><code>73f3e52</code></a> Bump <code>@​types/vscode</code> from 1.108.1 to 1.109.0 (<a href="https://redirect.github.com/marcoroth/herb/issues/1138">#1138</a>)</li>
<li><a href="https://github.com/marcoroth/herb/commit/54f374018176028d75d84096890a3c0a70df432a"><code>54f3740</code></a> C: Simplify <code>main.c</code> (<a href="https://redirect.github.com/marcoroth/herb/issues/1134">#1134</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/marcoroth/herb/compare/v0.8.9...v0.8.10">compare view</a></li>
</ul>
</details>
<br />

Updates `annotaterb` from 4.21.0 to 4.22.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/drwl/annotaterb/blob/main/CHANGELOG.md">annotaterb's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/drwl/annotaterb/tree/v4.22.0">v4.22.0</a> (2026-02-12)</h2>
<p><a href="https://github.com/drwl/annotaterb/compare/v4.21.0...v4.22.0">Full Changelog</a></p>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>Yardoc formatting for comments on database attributes <a href="https://redirect.github.com/drwl/annotaterb/issues/162">#162</a></li>
</ul>
<p><strong>Closed issues:</strong></p>
<ul>
<li>New <code>ignore_multi_database_name</code> option seems to be non-functional <a href="https://redirect.github.com/drwl/annotaterb/issues/303">#303</a></li>
<li>Changing sort options does not change annotations <a href="https://redirect.github.com/drwl/annotaterb/issues/294">#294</a></li>
<li>CLI script for annotaterb not installed or runnable <a href="https://redirect.github.com/drwl/annotaterb/issues/290">#290</a></li>
<li>Feature: ruby-lsp addon <a href="https://redirect.github.com/drwl/annotaterb/issues/175">#175</a></li>
<li>Mounting ActionCable leads to weird annotation <a href="https://redirect.github.com/drwl/annotaterb/issues/161">#161</a></li>
</ul>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Bump version to v4.22.0 <a href="https://redirect.github.com/drwl/annotaterb/pull/310">#310</a> (<a href="https://github.com/drwl">drwl</a>)</li>
<li>Run CI on CRuby 4.0 <a href="https://redirect.github.com/drwl/annotaterb/pull/308">#308</a> (<a href="https://github.com/viralpraxis">viralpraxis</a>)</li>
<li>Generate changelog for v4.21.0 <a href="https://redirect.github.com/drwl/annotaterb/pull/307">#307</a> (<a href="https://github.com/drwl">drwl</a>)</li>
<li>fix NoMethodError when using nested_position with fixture files <a href="https://redirect.github.com/drwl/annotaterb/pull/298">#298</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>fix: Respect configured sort <a href="https://redirect.github.com/drwl/annotaterb/pull/295">#295</a> (<a href="https://github.com/patrickarnett">patrickarnett</a>) <strong>(Maintainer note: this could result in annotations shifting depending on configuration, please create an issue if it is a breaking change)</strong></li>
<li>Use <code>#lease_connection</code> if available <a href="https://redirect.github.com/drwl/annotaterb/pull/292">#292</a> (<a href="https://github.com/viralpraxis">viralpraxis</a>)</li>
<li>refactor: simplify primary key check logic (no functional changes) <a href="https://redirect.github.com/drwl/annotaterb/pull/285">#285</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>Honor skip_on_db_migrate config option when runnig migrate tasks <a href="https://redirect.github.com/drwl/annotaterb/pull/274">#274</a> (<a href="https://github.com/martinechtner">martinechtner</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/drwl/annotaterb/commit/0c71ea120aabae28db85eed531196ba6c9c9cc64"><code>0c71ea1</code></a> Bump version to v4.22.0 (<a href="https://redirect.github.com/drwl/annotaterb/issues/310">#310</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/ce79f8d89ee3ce008ba29fa0531e5864d89fccf9"><code>ce79f8d</code></a> refactor: simplify primary key check logic (no functional changes) (<a href="https://redirect.github.com/drwl/annotaterb/issues/285">#285</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/ad59502fef3c3f138209e8f0a45294b8291870e7"><code>ad59502</code></a> fix: Respect configured sort (<a href="https://redirect.github.com/drwl/annotaterb/issues/295">#295</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/477c52294f2ce76d19f9e1c6863dccfc2750cddc"><code>477c522</code></a> Honor skip_on_db_migrate config option when runnig migrate tasks (<a href="https://redirect.github.com/drwl/annotaterb/issues/274">#274</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/81d9831f51f69e0e796f856e07257335b5f83fd2"><code>81d9831</code></a> fix NoMethodError when using nested_position with fixture files (<a href="https://redirect.github.com/drwl/annotaterb/issues/298">#298</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/2d8d01867d6a3b37077b6b79221bd89729b97034"><code>2d8d018</code></a> Use <code>#lease_connection</code> if available (<a href="https://redirect.github.com/drwl/annotaterb/issues/292">#292</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/8f3bf5abd805265311f0791ad9d1bcdf8bdff2bf"><code>8f3bf5a</code></a> Run CI on CRuby 4.0 (<a href="https://redirect.github.com/drwl/annotaterb/issues/308">#308</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/e4799c85e9d0831a16c9cd73ab995bf1bf223bc9"><code>e4799c8</code></a> Generate changelog for v4.21.0 (<a href="https://redirect.github.com/drwl/annotaterb/issues/307">#307</a>)</li>
<li>See full diff in <a href="https://github.com/drwl/annotaterb/compare/v4.21.0...v4.22.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 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/6806

-- Commit Summary --

  * Bump the dependencies group across 1 directory with 3 updates

-- File Changes --

    M Gemfile.lock (8)

-- Patch Links --

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

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

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


More information about the rails-dev mailing list