Bumps the rubocop group with 1 update: 
[rubocop-rails](https://github.com/rubocop/rubocop-rails).

Updates `rubocop-rails` from 2.35.0 to 2.35.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/rubocop/rubocop-rails/releases";>rubocop-rails's 
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Rails v2.35.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1625";>#1625</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
collection methods (such as <code>delete</code>, <code>keys</code>, 
<code>merge</code>, <code>slice</code>, <code>dig</code>, <code>fetch</code>, 
or <code>transform_values</code>) on <code>params[:key]</code>, as well as 
block-style calls such as <code>params[:key].each { ... }</code> or 
<code>params[:key].map(&amp;:to_s)</code>. (<a 
href="https://github.com/koic";><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1627";>#1627</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> for usages 
like <code>params[:key].try(:method)</code> and 
<code>params[:key].try!(:method)</code>. (<a 
href="https://github.com/nicholasdower";><code>@​nicholasdower</code></a>)</li>
</ul>
<h2>RuboCop Rails v2.35.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1616";>#1616</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
nil-safe conversion methods such as <code>to_i</code>, <code>to_s</code>, 
<code>to_a</code>, <code>to_f</code>, and <code>to_h</code> on 
<code>params[:key]</code>. (<a 
href="https://github.com/koic";><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1622";>#1622</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
key-check methods such as <code>key?</code>, <code>has_key?</code>, 
<code>include?</code>, and <code>member?</code> on <code>params[:key]</code>. 
(<a href="https://github.com/koic";><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1620";>#1620</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
type-check methods such as <code>is_a?</code>, <code>kind_of?</code>, and 
<code>instance_of?</code> on <code>params[:key]</code>. (<a 
href="https://github.com/koic";><code>@​koic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md";>rubocop-rails's
 changelog</a>.</em></p>
<blockquote>
<h2>2.35.2 (2026-05-19)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1625";>#1625</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
collection methods (such as <code>delete</code>, <code>keys</code>, 
<code>merge</code>, <code>slice</code>, <code>dig</code>, <code>fetch</code>, 
or <code>transform_values</code>) on <code>params[:key]</code>, as well as 
block-style calls such as <code>params[:key].each { ... }</code> or 
<code>params[:key].map(&amp;:to_s)</code>. ([<a 
href="https://github.com/koic";><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1627";>#1627</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> for usages 
like <code>params[:key].try(:method)</code> and 
<code>params[:key].try!(:method)</code>. ([<a 
href="https://github.com/nicholasdower";><code>@​nicholasdower</code></a>][])</li>
</ul>
<h2>2.35.1 (2026-05-17)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1616";>#1616</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
nil-safe conversion methods such as <code>to_i</code>, <code>to_s</code>, 
<code>to_a</code>, <code>to_f</code>, and <code>to_h</code> on 
<code>params[:key]</code>. ([<a 
href="https://github.com/koic";><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1622";>#1622</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
key-check methods such as <code>key?</code>, <code>has_key?</code>, 
<code>include?</code>, and <code>member?</code> on <code>params[:key]</code>. 
([<a href="https://github.com/koic";><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1620";>#1620</a>: 
Fix false positives in <code>Rails/StrongParametersExpect</code> when using 
type-check methods such as <code>is_a?</code>, <code>kind_of?</code>, and 
<code>instance_of?</code> on <code>params[:key]</code>. ([<a 
href="https://github.com/koic";><code>@​koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/26f103427497c20467cbc661be8e62b2471f8d29";><code>26f1034</code></a>
 Cut 2.35.2</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/65841f03d1badf4965af6b737f666c22c96b7184";><code>65841f0</code></a>
 Update Changelog</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/e89ab8e0f668cbae130d9d830f4526b5746d3268";><code>e89ab8e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1626";>#1626</a> 
from koic/fix_false_positives_for_rails_strong_param...</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/e977fb954f5b399b537b1a71f757eb77db99c2d0";><code>e977fb9</code></a>
 [Fix <a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1625";>#1625</a>] 
Fix false positives in <code>Rails/StrongParametersExpect</code></li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/d56c5d7e7d7519d4abae396fd297880546e1be74";><code>d56c5d7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1627";>#1627</a> 
from nicholasdower/try</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/9bb461bcb4d54be234ebc74fd01cea5f2fa6b621";><code>9bb461b</code></a>
 Fix false positives for try and try! in Rails/StrongParametersExpect</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/9585950ad9e8cff0a8ae80f4eaeb3e0c11dd3eaf";><code>9585950</code></a>
 Reset the docs version</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/8bfc91ebc5b029862b05b64aaf562e25f1cbf962";><code>8bfc91e</code></a>
 Cut 2.35.1</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/90f8242ba055d5509699d8db207ae12cfad570c7";><code>90f8242</code></a>
 Update Changelog</li>
<li><a 
href="https://github.com/rubocop/rubocop-rails/commit/13463102d55cd6494aea1f5da0b42b6025bbce1d";><code>1346310</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1624";>#1624</a> 
from koic/fix_false_positives_for_rails_strong_param...</li>
<li>Additional commits viewable in <a 
href="https://github.com/rubocop/rubocop-rails/compare/v2.35.0...v2.35.2";>compare
 view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rails&package-manager=bundler&previous-version=2.35.0&new-version=2.35.2)](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/7100

-- Commit Summary --

  * Bump rubocop-rails from 2.35.0 to 2.35.2 in the rubocop group

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

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

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

Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to