[openstreetmap/openstreetmap-website] Bump the dependencies group with 5 updates (PR #6777)
dependabot[bot]
notifications at github.com
Wed Feb 4 23:16:56 UTC 2026
Bumps the dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.22` | `2.0.23` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.21.1` | `1.22.0` |
| [dalli](https://github.com/petergoldstein/dalli) | `4.2.0` | `4.3.0` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `7.1.2` | `8.0.2` |
| [annotaterb](https://github.com/drwl/annotaterb) | `4.20.0` | `4.21.0` |
Updates `turbo-rails` from 2.0.22 to 2.0.23
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hotwired/turbo-rails/releases">turbo-rails's releases</a>.</em></p>
<blockquote>
<h2>v2.0.23</h2>
<p>Updates the bundled JS to freshen stale dependencies from the previous release.</p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.22...v2.0.23">https://github.com/hotwired/turbo-rails/compare/v2.0.22...v2.0.23</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hotwired/turbo-rails/commit/435135b26a4b62e49d2f55bb4b1fd419e3bfb228"><code>435135b</code></a> Bump version</li>
<li><a href="https://github.com/hotwired/turbo-rails/commit/22701f1fa326fc936b878c47b6f3d42ebef727ed"><code>22701f1</code></a> <code>@hotwired/turbo-rails</code> v8.0.23</li>
<li>See full diff in <a href="https://github.com/hotwired/turbo-rails/compare/v2.0.22...v2.0.23">compare view</a></li>
</ul>
</details>
<br />
Updates `bootsnap` from 1.21.1 to 1.22.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rails/bootsnap/releases">bootsnap's releases</a>.</em></p>
<blockquote>
<h2>v1.22.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Proper fix for the <code>opendir</code> crash.</li>
<li>Add <code>bootsnap/rake</code> for cleaning the bootsnap cache as part of <code>rake clobber</code>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rails/bootsnap/compare/v1.21.1...v1.22.0">https://github.com/rails/bootsnap/compare/v1.21.1...v1.22.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rails/bootsnap/blob/main/CHANGELOG.md">bootsnap's changelog</a>.</em></p>
<blockquote>
<h1>1.22.0</h1>
<ul>
<li>Better fix for the <code>opendir</code> crash.</li>
<li>Add <code>bootsnap/rake</code> for cleaning the bootsnap cache as part of <code>rake clobber</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rails/bootsnap/commit/aabae6ddf34d7dd084faa6173886baadec55bb86"><code>aabae6d</code></a> Release 1.22.0</li>
<li><a href="https://github.com/rails/bootsnap/commit/2545ea7d2a8bd97dc6819841d833abe2693045da"><code>2545ea7</code></a> Merge pull request <a href="https://redirect.github.com/rails/bootsnap/issues/525">#525</a> from jasonkarns/cache_dir</li>
<li><a href="https://github.com/rails/bootsnap/commit/1889435c51fefa6634576e589ea06fe3aa1d98f5"><code>1889435</code></a> Add missing nil checks</li>
<li><a href="https://github.com/rails/bootsnap/commit/7d375c66c87f4bc7ee4084fb311f31a1a55f8420"><code>7d375c6</code></a> Rake entrypoint registers Bootsnap's cache_dir for cleaning</li>
<li><a href="https://github.com/rails/bootsnap/commit/d0911624c32701ba69092d4a5b8fc9205731b477"><code>d091162</code></a> Expose cache_dir root for all caches</li>
<li><a href="https://github.com/rails/bootsnap/commit/e977de2d6d0a7a52fa2952d86a20aa47e6399c12"><code>e977de2</code></a> Enforce mocha 3+</li>
<li><a href="https://github.com/rails/bootsnap/commit/6a49c76fdd1aeba29e5598a7a43f0aee433ad0e5"><code>6a49c76</code></a> Merge pull request <a href="https://redirect.github.com/rails/bootsnap/issues/523">#523</a> from byroot/better-opendir-fix</li>
<li><a href="https://github.com/rails/bootsnap/commit/ccc8e1324bbea4a2f2cda0cd476d1e302dbbdd16"><code>ccc8e13</code></a> Properly fix opendir failing with <code>errno = 0</code></li>
<li>See full diff in <a href="https://github.com/rails/bootsnap/compare/v1.21.1...v1.22.0">compare view</a></li>
</ul>
</details>
<br />
Updates `dalli` from 4.2.0 to 4.3.0
<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>4.3.0</h1>
<p>New Features:</p>
<ul>
<li>Add <code>namespace_separator</code> option to customize the separator between namespace and key (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1019">#1019</a>)
<ul>
<li>Default is <code>:</code> for backward compatibility</li>
<li>Must be a single non-alphanumeric character (e.g., <code>:</code>, <code>/</code>, <code>|</code>, <code>.</code>)</li>
<li>Example: <code>Dalli::Client.new(servers, namespace: 'myapp', namespace_separator: '/')</code></li>
</ul>
</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>
<p>Fix architecture-dependent struct timeval packing for socket timeouts (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1034">#1034</a>)</p>
<ul>
<li>Detects correct pack format for time_t and suseconds_t on each platform</li>
<li>Fixes timeout issues on architectures with 64-bit time_t</li>
</ul>
</li>
<li>
<p>Fix get_multi hanging with large key counts (<a href="https://redirect.github.com/petergoldstein/dalli/issues/776">#776</a>, <a href="https://redirect.github.com/petergoldstein/dalli/issues/941">#941</a>)</p>
<ul>
<li>Add interleaved read/write for pipelined gets to prevent socket buffer deadlock</li>
<li>For batches over 10,000 keys per server, requests are now sent in chunks</li>
</ul>
</li>
<li>
<p><strong>Breaking:</strong> Enforce string-only values in raw mode (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1022">#1022</a>)</p>
<ul>
<li><code>set(key, nil, raw: true)</code> now raises <code>MarshalError</code> instead of storing <code>""</code></li>
<li><code>set(key, 123, raw: true)</code> now raises <code>MarshalError</code> instead of storing <code>"123"</code></li>
<li>This matches the behavior of client-level <code>raw: true</code> mode</li>
<li>To store counters, use string values: <code>set('counter', '0', raw: true)</code></li>
</ul>
</li>
</ul>
<p>CI:</p>
<ul>
<li>Add TruffleRuby to CI test matrix (<a href="https://redirect.github.com/petergoldstein/dalli/issues/988">#988</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/petergoldstein/dalli/commit/c5d0dd49c912e2daa0ea2d2dc61580305774e120"><code>c5d0dd4</code></a> Merge pull request <a href="https://redirect.github.com/petergoldstein/dalli/issues/1063">#1063</a> from petergoldstein/feature/v4.3.0-bugfixes</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/91bee8cb1ebecfdd9a8757a632d0275813e69ba5"><code>91bee8c</code></a> Bump version to 4.3.0</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/dfcb8ecaaba43251d4bba495cbf15c7e5a40ecd5"><code>dfcb8ec</code></a> Run benchmarks only on main branch merges</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/0f553917ec24dc788040e0b7403e42301fd9721d"><code>0f55391</code></a> Add concurrency settings to all GitHub Actions workflows</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/9f4cb5f23e25c2b79f9f3316324f5ebe5fe2015b"><code>9f4cb5f</code></a> Add TruffleRuby CI to changelog</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/494cabc197a01d9b4d6cda82a75fff4214f9318c"><code>494cabc</code></a> Add TruffleRuby in CI</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/2234c2fd337c218bae73bc1f187cdeb13bd00fd7"><code>2234c2f</code></a> Exclude timeout test as it fails transiently on non-CRuby</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/42c8f1a7cef7a73aab83a8452c730d9d724142b7"><code>42c8f1a</code></a> Fix JRuby thread interrupt handling in pipelined get</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/3ef4394c7698ad72da51a9247afc6d5295ef9f75"><code>3ef4394</code></a> Enforce string-only values in raw mode (<a href="https://redirect.github.com/petergoldstein/dalli/issues/1022">#1022</a>)</li>
<li><a href="https://github.com/petergoldstein/dalli/commit/bf2fbb3e39b440ba670de5e0a4a7a48516eed19a"><code>bf2fbb3</code></a> Fix get_multi hanging with large key counts (<a href="https://redirect.github.com/petergoldstein/dalli/issues/776">#776</a>, <a href="https://redirect.github.com/petergoldstein/dalli/issues/941">#941</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/petergoldstein/dalli/compare/v4.2.0...v4.3.0">compare view</a></li>
</ul>
</details>
<br />
Updates `brakeman` from 7.1.2 to 8.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/releases">brakeman's releases</a>.</em></p>
<blockquote>
<h2>8.0.2</h2>
<ul>
<li>Reline console control should use <code>stderr</code></li>
<li>Fix logger cleanup based method (<a href="https://github.com/imran-iq">Imran Iqbal</a>)</li>
</ul>
<h2>8.0.1</h2>
<ul>
<li>Fix for disappearing cursor when no warnings are reported</li>
</ul>
<h2>8.0.0</h2>
<ul>
<li>Complete revamp of scan progress output and logging</li>
<li><code>--skip-libs</code> removed (<a href="https://redirect.github.com/presidentbeef/brakeman/issues/1839">#1839</a></li>
<li><code>--index-libs</code> removed</li>
<li>Fix qualified constant lookup to respect module/class context (<a href="https://github.com/flavorjones">Mike Dalessio</a>)</li>
<li>Fix singleton method prefixes (<a href="https://github.com/viralpraxis">viralpraxis</a>)</li>
<li>Faster file globbing for templates (<a href="https://github.com/mhenrixon">Mikael Henriksson</a>)</li>
<li>No longer produce weak dynamic render path warnings</li>
<li>Replace Erubis with Erubi (<a href="https://redirect.github.com/presidentbeef/brakeman/issues/1970">#1970</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md">brakeman's changelog</a>.</em></p>
<blockquote>
<h1>8.0.2 - 2026-02-03</h1>
<ul>
<li>Reline console control should use stderr</li>
<li>Fix logger cleanup based method (Imran Iqbal)</li>
</ul>
<h1>8.0.1 - 2026-01-29</h1>
<ul>
<li>Make sure to reset the cursor even when exit code is 0</li>
</ul>
<h1>8.0.0 - 2026-01-29</h1>
<ul>
<li>No longer produce weak dynamic render path warnings</li>
<li><code>--skip-libs</code> removed</li>
<li><code>--index-libs</code> removed</li>
<li>Revamp of scan progress output and logging</li>
<li>Faster file globbing for templates (Mikael Henriksson)</li>
<li>Fix singleton method prefixes (viralpraxis)</li>
<li>Fix qualified constant lookup to respect module/class context (Mike Dalessio)</li>
<li>Replace Erubis with Erubi</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/presidentbeef/brakeman/commit/c07289241e14f0053fb4967fa2bb9173ff53d86e"><code>c072892</code></a> Bump to 8.0.2</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/b3ad4c873f57817f9507916e82ec51df84eb01ad"><code>b3ad4c8</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2007">#2007</a> from presidentbeef/add_ruby_4_0_to_tests</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/0fb669a47f719f81448f304b9df06259c0dd3da7"><code>0fb669a</code></a> Add Ruby 4.0 to test matrix</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/c531af9755e953964863b4ecd3748d01dacfd4a9"><code>c531af9</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2006">#2006</a> from presidentbeef/set_reline_to_use_stderr</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/3028a07c09b3163ad9f8fab27843ad0fe307310b"><code>3028a07</code></a> Use correct output destination with Reline</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/a0cbbc9a61203ae9ceb58f5a2211e3c54fb411ef"><code>a0cbbc9</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2004">#2004</a> from imran-iq/imran/push-rpwxzowkpovk</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/bfbc5c9ca4cd8f8cb6f80a2382fe81cdacf22d29"><code>bfbc5c9</code></a> Fix argument error to logger.cleanup</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/406e8f1013d7bff6221184696cc8dc38f7805c93"><code>406e8f1</code></a> Bump to 8.0.1</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/6d37b1c0b275d635a7349fb955defa3b0e23b88c"><code>6d37b1c</code></a> Merge pull request <a href="https://redirect.github.com/presidentbeef/brakeman/issues/2002">#2002</a> from presidentbeef/always_quit</li>
<li><a href="https://github.com/presidentbeef/brakeman/commit/192fcb902f4380ee9e9c96fea3a523060896cd87"><code>192fcb9</code></a> Make sure to quit after running</li>
<li>Additional commits viewable in <a href="https://github.com/presidentbeef/brakeman/compare/v7.1.2...v8.0.2">compare view</a></li>
</ul>
</details>
<br />
Updates `annotaterb` from 4.20.0 to 4.21.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.21.0">v4.21.0</a> (2026-01-30)</h2>
<p><a href="https://github.com/drwl/annotaterb/compare/v4.20.0...v4.21.0">Full Changelog</a></p>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Displaying database name for multi-database rails projects <a href="https://redirect.github.com/drwl/annotaterb/issues/254">#254</a></li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>Yard format broken? <a href="https://redirect.github.com/drwl/annotaterb/issues/212">#212</a></li>
</ul>
<p><strong>Closed issues:</strong></p>
<ul>
<li>[dotenv] Loaded comment gets added to routes annotations <a href="https://redirect.github.com/drwl/annotaterb/issues/288">#288</a></li>
</ul>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Bump version to v4.21.0 <a href="https://redirect.github.com/drwl/annotaterb/pull/306">#306</a> (<a href="https://github.com/drwl">drwl</a>)</li>
<li>Add integration test for ignore_multi_database_name config option <a href="https://redirect.github.com/drwl/annotaterb/pull/305">#305</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>Include ignore_multi_database_name in generated config <a href="https://redirect.github.com/drwl/annotaterb/pull/304">#304</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>Add to_yard and to_rdoc methods to Annotation classes <a href="https://redirect.github.com/drwl/annotaterb/pull/302">#302</a> (<a href="https://github.com/k-duho">k-duho</a>)</li>
<li>Support customising config path <a href="https://redirect.github.com/drwl/annotaterb/pull/301">#301</a> (<a href="https://github.com/rience">rience</a>)</li>
<li>Bump actions/checkout from 5 to 6 <a href="https://redirect.github.com/drwl/annotaterb/pull/299">#299</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
<li>Update Rails generator command in README <a href="https://redirect.github.com/drwl/annotaterb/pull/296">#296</a> (<a href="https://github.com/EstebanDalelR">EstebanDalelR</a>)</li>
<li>chore: remove concurrent-ruby version lock from dummy app <a href="https://redirect.github.com/drwl/annotaterb/pull/284">#284</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>feat: Add "ignore_multi_database_name" option <a href="https://redirect.github.com/drwl/annotaterb/pull/283">#283</a> (<a href="https://github.com/t27duck">t27duck</a>)</li>
<li>refactor: use existing <code>database_name</code> method for cache key <a href="https://redirect.github.com/drwl/annotaterb/pull/282">#282</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>Support .config directory convention <a href="https://redirect.github.com/drwl/annotaterb/pull/281">#281</a> (<a href="https://github.com/ngan">ngan</a>)</li>
<li>chore: add missing newlines <a href="https://redirect.github.com/drwl/annotaterb/pull/280">#280</a> (<a href="https://github.com/OdenTakashi">OdenTakashi</a>)</li>
<li>Generate changelog for v4.20.0 <a href="https://redirect.github.com/drwl/annotaterb/pull/279">#279</a> (<a href="https://github.com/drwl">drwl</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/drwl/annotaterb/commit/a13fe8de8f1ca91e2599fbf94305547035e9d447"><code>a13fe8d</code></a> Bump version to v4.21.0 (<a href="https://redirect.github.com/drwl/annotaterb/issues/306">#306</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/cbe931cbb9bbbe99f512cd51796052a3297ce7d2"><code>cbe931c</code></a> Support customising config path (<a href="https://redirect.github.com/drwl/annotaterb/issues/301">#301</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/7b2b9708acf882818393e72d1962068308f3d34a"><code>7b2b970</code></a> Update Rails generator command in README (<a href="https://redirect.github.com/drwl/annotaterb/issues/296">#296</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/9c0a93c21ccc2aaae3669f709e790aab7461a7a2"><code>9c0a93c</code></a> Add to_yard and to_rdoc methods to Annotation classes (<a href="https://redirect.github.com/drwl/annotaterb/issues/302">#302</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/84b3d28e0ca229077c6c7757109552ea0029ae63"><code>84b3d28</code></a> Add integration test for ignore_multi_database_name config option (<a href="https://redirect.github.com/drwl/annotaterb/issues/305">#305</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/cffc418d445f4613b570ca37169f03e7e78beb8b"><code>cffc418</code></a> Include ignore_multi_database_name in generated config (<a href="https://redirect.github.com/drwl/annotaterb/issues/304">#304</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/7a44e995e404ece25aeccd501cba4bca373c6393"><code>7a44e99</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/drwl/annotaterb/issues/299">#299</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/62f522eba24c335f522c97015e63def45988ddb6"><code>62f522e</code></a> Support .config directory convention (<a href="https://redirect.github.com/drwl/annotaterb/issues/281">#281</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/bacbefa429482930dadb26af8a31afb8ea1abcf5"><code>bacbefa</code></a> chore: remove concurrent-ruby version lock from dummy app (<a href="https://redirect.github.com/drwl/annotaterb/issues/284">#284</a>)</li>
<li><a href="https://github.com/drwl/annotaterb/commit/8ec1d844ad0ea92f7305f25e7972153d95bc6b83"><code>8ec1d84</code></a> feat: Add "ignore_multi_database_name" option (<a href="https://redirect.github.com/drwl/annotaterb/issues/283">#283</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/drwl/annotaterb/compare/v4.20.0...v4.21.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/6777
-- Commit Summary --
* Bump the dependencies group with 5 updates
-- File Changes --
M Gemfile.lock (12)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/6777.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6777.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6777
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6777 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260204/51bf16d6/attachment-0001.htm>
More information about the rails-dev
mailing list