Bumps the rubocop group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails).
Updates `rubocop-rails` from 2.34.3 to 2.35.0 <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.0</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1595">#1595</a>: Fix a false negative for <code>Rails/I18nLocaleTexts</code> when using <code>redirect_back_or_to</code> with a flash message. (<a href="https://github.com/55728"><code>@55728</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1587">#1587</a>: Fix false positives for <code>Rails/Presence</code> with operator methods like <code>&lt;&lt;</code>, <code>=~</code>, and others. (<a href="https://github.com/eugeneius"><code>@eugeneius</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1586">#1586</a>: Don't add unnecessary parentheses in <code>Rails/Presence</code>. (<a href="https://github.com/eugeneius"><code>@eugeneius</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1602">#1602</a>: Fix an error in <code>Rails/SelectMap</code> when <code>.select</code> appears inside a subquery in an argument. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1604">#1604</a>: Allow <code>DatabaseTypeResolvable</code> to fall back to an <code>adapter</code> configuration specified in a <code>shared</code> key. (<a href="https://github.com/codergeek121"><code>@codergeek121</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1582">#1582</a>: Fix a false negative where <code>local</code> was incorrectly treated as a known environment name when using <code>==</code> comparison in <code>Rails/UnknownEnv</code>. (<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1571">#1571</a>: Add more detection patterns on <code>Rails/ResponseParsedBody</code>. (<a href="https://github.com/r7kamura"><code>@r7kamura</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1583">#1583</a>: Extend <code>Rails/StrongParametersExpect</code> to detect <code>params[:key]</code> in method calls and raising finder methods. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1584">#1584</a>: Add support for <code>case</code> statements to <code>Rails/UnknownEnv</code>. (<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1592">#1592</a>: Fix false negative for <code>!=</code> comparison in <code>Rails/UnknownEnv</code>. (<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1598">#1598</a>: Use glob patterns compatible with Engine or Packwerk for cops targeting <code>spec/</code> and <code>test/</code> directories. (<a href="https://github.com/y-yagi"><code>@y-yagi</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.0 (2026-05-09)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1595">#1595</a>: Fix a false negative for <code>Rails/I18nLocaleTexts</code> when using <code>redirect_back_or_to</code> with a flash message. ([<a href="https://github.com/55728"><code>@55728</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1587">#1587</a>: Fix false positives for <code>Rails/Presence</code> with operator methods like <code>&lt;&lt;</code>, <code>=~</code>, and others. ([<a href="https://github.com/eugeneius"><code>@eugeneius</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1586">#1586</a>: Don't add unnecessary parentheses in <code>Rails/Presence</code>. ([<a href="https://github.com/eugeneius"><code>@eugeneius</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1602">#1602</a>: Fix an error in <code>Rails/SelectMap</code> when <code>.select</code> appears inside a subquery in an argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1604">#1604</a>: Allow <code>DatabaseTypeResolvable</code> to fall back to an <code>adapter</code> configuration specified in a <code>shared</code> key. ([<a href="https://github.com/codergeek121"><code>@codergeek121</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1582">#1582</a>: Fix a false negative where <code>local</code> was incorrectly treated as a known environment name when using <code>==</code> comparison in <code>Rails/UnknownEnv</code>. ([<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1571">#1571</a>: Add more detection patterns on <code>Rails/ResponseParsedBody</code>. ([<a href="https://github.com/r7kamura"><code>@r7kamura</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1583">#1583</a>: Extend <code>Rails/StrongParametersExpect</code> to detect <code>params[:key]</code> in method calls and raising finder methods. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1584">#1584</a>: Add support for <code>case</code> statements to <code>Rails/UnknownEnv</code>. ([<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1592">#1592</a>: Fix false negative for <code>!=</code> comparison in <code>Rails/UnknownEnv</code>. ([<a href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-rails/pull/1598">#1598</a>: Use glob patterns compatible with Engine or Packwerk for cops targeting <code>spec/</code> and <code>test/</code> directories. ([<a href="https://github.com/y-yagi"><code>@y-yagi</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rails/commit/aa320da089131dd1148148a9be5ff2863d282473"><code>aa320da</code></a> Cut 2.35.0</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/9b730e1266ef34a49567d55d1e21f68f9aef03dc"><code>9b730e1</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/6fa91dda739038f4f0f7fa415d54cf0e741ee7ab"><code>6fa91dd</code></a> Fix <code>KeyError</code> when <code>shared</code> key has no <code>adapter</code> in <code>database.yml</code></li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/7fc1595bc53caa814893fe6709665120ff3e4d5d"><code>7fc1595</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1605">#1605</a> from codergeek121/support-shared-key</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/2201f5ddef11378bb9c2a4ff2580b8da7ca78f0c"><code>2201f5d</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1603">#1603</a> from koic/fix_an_error_in_rails_select_map</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/82b8037ff6b585a3b9c2b4a4eb29f404037215e0"><code>82b8037</code></a> Fix support for shared key in database.yml</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/072a55539485f48b2e37d86d8a3f74cdc9c64c10"><code>072a555</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1602">#1602</a>] Fix an error in <code>Rails/SelectMap</code></li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/bf79547499d0d2fd54b17ff13fb2c654fe320e1c"><code>bf79547</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1597">#1597</a> from 55728/fix-i18n-locale-texts-redirect-back-or-to</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/89a21e86e658c85c4bd4e359403b1bd0425b427c"><code>89a21e8</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1595">#1595</a>] Fix a false negative for <code>Rails/I18nLocaleTexts</code> when using `redi...</li> <li><a href="https://github.com/rubocop/rubocop-rails/commit/2a59f84974354df4477ffb08b6b8be2939e45c5f"><code>2a59f84</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rails/issues/1598">#1598</a> from y-yagi/globs_cops_for_test</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rails/compare/v2.34.3...v2.35.0">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/7087 -- Commit Summary -- * Bump rubocop-rails from 2.34.3 to 2.35.0 in the rubocop group -- File Changes -- M Gemfile.lock (2) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/7087.patchhttps://github.com/openstreetmap/openstreetmap-website/pull/7087.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/7087 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
