[openstreetmap/openstreetmap-website] Bump rubocop from 1.85.0 to 1.85.1 in the rubocop group (PR #6881)
dependabot[bot]
notifications at github.com
Wed Mar 11 23:13:21 UTC 2026
Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop).
Updates `rubocop` from 1.85.0 to 1.85.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p>
<blockquote>
<h2>RuboCop v1.85.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/14958">#14958</a>: Fix false positives in <code>Style/FileOpen</code> when <code>File.open</code> is passed as an argument or returned from a method. (<a href="https://github.com/sferik"><code>@sferik</code></a>)</li>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/14973">#14973</a>: Fix <code>Style/ReduceToHash</code> false positive when accumulator is read in key/value. (<a href="https://github.com/sferik"><code>@sferik</code></a>)</li>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/14964">#14964</a>: Fix false positives in <code>Style/RedundantParentheses</code> when parenthesizing a range in a block body. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/14969">#14969</a>: Autoload formatters; they're required only when actually used. (<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>1.85.1 (2026-03-03)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/14958">#14958</a>: Fix false positives in <code>Style/FileOpen</code> when <code>File.open</code> is passed as an argument or returned from a method. ([<a href="https://github.com/sferik"><code>@sferik</code></a>][])</li>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/14973">#14973</a>: Fix <code>Style/ReduceToHash</code> false positive when accumulator is read in key/value. ([<a href="https://github.com/sferik"><code>@sferik</code></a>][])</li>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/14964">#14964</a>: Fix false positives in <code>Style/RedundantParentheses</code> when parenthesizing a range in a block body. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/14969">#14969</a>: Autoload formatters; they're required only when actually used. ([<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop/rubocop/commit/fd076726f524a9a551f9a528eec2df57e2762146"><code>fd07672</code></a> Cut 1.85.1</li>
<li><a href="https://github.com/rubocop/rubocop/commit/5c41f90877049254f9921ebef7c06204047fff9d"><code>5c41f90</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/5e8e49241a0e95121dd9977cd8e305e3a871639f"><code>5e8e492</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14975">#14975</a> from sferik/fix_14973</li>
<li><a href="https://github.com/rubocop/rubocop/commit/90f37805a90515a09870e3770299728d827d5e52"><code>90f3780</code></a> Fix <code>Style/ReduceToHash</code> false positive when accumulator is read in key/value</li>
<li><a href="https://github.com/rubocop/rubocop/commit/90c795960da9c7fbd40b16f3b245eb26a6d564fa"><code>90c7959</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14972">#14972</a> from lovro-bikic/relevant-options-digest-cache</li>
<li><a href="https://github.com/rubocop/rubocop/commit/3c20e8dfc234f00a734072ece4db77d0c1e793d7"><code>3c20e8d</code></a> Cache relevant options digest</li>
<li><a href="https://github.com/rubocop/rubocop/commit/e305f79a463c5b281ec6c1309a028da7718eaa8f"><code>e305f79</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14969">#14969</a> from lovro-bikic/autoload-formatter-constants</li>
<li><a href="https://github.com/rubocop/rubocop/commit/3f0a304d9cc50088bff9fb715efb0d6d3f461daf"><code>3f0a304</code></a> Autoload formatters; they're required only when actually used</li>
<li><a href="https://github.com/rubocop/rubocop/commit/eb973f45f8f61d247ef53346d4f88b88ef5fa094"><code>eb973f4</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14966">#14966</a> from koic/fix_false_positives_in_style_redundant_pa...</li>
<li><a href="https://github.com/rubocop/rubocop/commit/3338a40a194fefa010220a9a7cdc4d4005bb5e79"><code>3338a40</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/14964">#14964</a>] Fix false positives in <code>Style/RedundantParentheses</code></li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.85.0...v1.85.1">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/6881
-- Commit Summary --
* Bump rubocop from 1.85.0 to 1.85.1 in the rubocop group
-- File Changes --
M Gemfile.lock (8)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/6881.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6881.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6881
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6881 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260311/d0225e49/attachment-0001.htm>
More information about the rails-dev
mailing list