Bumps the rubocop group with 2 updates in the / directory: 
[rubocop](https://github.com/rubocop/rubocop) and 
[rubocop-rails](https://github.com/rubocop/rubocop-rails).

Updates `rubocop` from 1.86.1 to 1.86.2
<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.86.2</h2>
<h3>New features</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15075">#15075</a>:
 Implement true runner parallelism. (<a 
href="https://github.com/tdeo"><code>@​tdeo</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15156">#15156</a>:
 Fix an error for <code>Style/HashLookupMethod</code> when chaining 
<code>fetch</code> (or <code>[]</code>) calls on the 
same expression. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15161">#15161</a>:
 Fix an error for <code>Style/ReduceToHash</code> when nested 
<code>each_with_object</code>/<code>inject</code>/<code>reduce</code>
 calls would build hashes. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15144">#15144</a>:
 Fix an error in <code>Style/SoleNestedConditional</code> when 
autocorrecting nested conditionals containing comments. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15040">#15040</a>:
 Exclude <code>constants</code> from 
<code>Style/ModuleMemberExistenceCheck</code>. (<a 
href="https://github.com/t-daisuke"><code>@​t-daisuke</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15155">#15155</a>:
 Fix false negatives in <code>Style/RedundantSelf</code> when an 
explicit <code>self</code> receiver in one scope matches the LHS of 
an <code>||=</code>, <code>&&=</code>, 
or <code>op_asgn</code> in another scope. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15107">#15107</a>:
 Fix false positives in <code>Lint/RequireRelativeSelfPath</code> 
when a non-<code>.rb</code> file uses 
<code>require_relative</code> with its own basename. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15137">#15137</a>:
 Fix incorrect "does not support IndentationWidth parameter" 
warning for <code>Layout/ClosingParenthesisIndentation</code> and 
<code>Layout/CommentIndentation</code>. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15148">#15148</a>:
 Fix false positives in <code>Lint/RedundantSafeNavigation</code> 
when safe navigation appears in <code>rescue</code> or 
<code>ensure</code> bodies. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15147">#15147</a>:
 Fix false positives in <code>Lint/RedundantSafeNavigation</code> 
when safe navigation appears in the body of <code>unless</code>. 
(<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15163">#15163</a>:
 Fix false positives in <code>Style/Copyright</code> when 
<code>Notice</code> pattern starts with 
<code>\A#</code>, uses <code>\s</code> metacharacters, 
or has multiple spaces after <code>#</code>. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/10179">#10179</a>:
 Fix false positives in 
<code>Style/DocumentDynamicEvalDefinition</code> when the heredoc 
contains an escaped interpolation (<code>\#{...}</code>). (<a 
href="https://github.com/eyupcanakman"><code>@​eyupcanakman</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15154">#15154</a>:
 Fix bug where specifying <code>--out</code> disables 
parallelization. (<a 
href="https://github.com/deivid-rodriguez"><code>@​deivid-rodriguez</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15106">#15106</a>:
 Fix <code>TargetFinder</code> to work correctly inside hidden 
parent directories. (<a 
href="https://github.com/alpaca-tc"><code>@​alpaca-tc</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15102">#15102</a>:
 Fix <code>FrozenError</code> in 
<code>DisabledConfigFormatter</code> for frozen array config 
parameters. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15141">#15141</a>:
 Fix incorrect autocorrect for <code>Gemspec/RequireMFA</code> 
causing an infinite loop when <code>rubygems_mfa_required</code> 
metadata uses a symbol key. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15142">#15142</a>:
 Fix infinite loop for <code>--disable-uncorrectable</code> and 
offense near heredoc. (<a 
href="https://github.com/jonas054"><code>@​jonas054</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15054">#15054</a>:
 Fix false positive for 
<code>Layout/MultilineMethodCallIndentation</code> when a 
dot-aligned method chain is inside a hash pair value. (<a 
href="https://github.com/nicolas-finary"><code>@​nicolas-finary</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15136">#15136</a>:
 Fix false positive for <code>Lint/MissingCopEnableDirective</code> 
when <code># rubocop:disable</code> is wrapped in a <code># 
rubocop:push</code> / <code># rubocop:pop</code> block. 
(<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15115">#15115</a>:
 Fix an incorrect autocorrect in <code>Style/RegexpLiteral</code> 
when the regexp contains unbalanced braces that conflict with the preferred 
<code>%r</code> delimiters. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15130">#15130</a>:
 Fix incorrect autocorrect in <code>Style/Copyright</code> when 
<code>AutocorrectNotice</code> lacks a <code>#</code> 
prefix or <code>Notice</code> pattern starts with 
<code>^#</code>. (<a 
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/14821">#14821</a>:
 Fix <code>Style/IfInsideElse</code> autocorrect moving comments 
into the wrong branch when a comment precedes the nested 
<code>if</code> in an <code>else</code>. (<a 
href="https://github.com/hammadxcm"><code>@​hammadxcm</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/14583">#14583</a>:
 Fix template extractor applying only the last fragment's autocorrection. 
(<a 
href="https://github.com/zeronosu77108"><code>@​zeronosu77108</code></a>)</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/14971">#14971</a>:
 Fix false positive for <code>Style/WhileUntilModifier</code> when 
the body is a conditional. (<a 
href="https://github.com/fujitanisora"><code>@​fujitanisora</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.86.2 (2026-05-14)</h2>
<h3>New features</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15075">#15075</a>:
 Implement true runner parallelism. ([<a 
href="https://github.com/tdeo"><code>@​tdeo</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15156">#15156</a>:
 Fix an error for <code>Style/HashLookupMethod</code> when chaining 
<code>fetch</code> (or <code>[]</code>) calls on the 
same expression. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15161">#15161</a>:
 Fix an error for <code>Style/ReduceToHash</code> when nested 
<code>each_with_object</code>/<code>inject</code>/<code>reduce</code>
 calls would build hashes. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15144">#15144</a>:
 Fix an error in <code>Style/SoleNestedConditional</code> when 
autocorrecting nested conditionals containing comments. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15040">#15040</a>:
 Exclude <code>constants</code> from 
<code>Style/ModuleMemberExistenceCheck</code>. ([<a 
href="https://github.com/t-daisuke"><code>@​t-daisuke</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15155">#15155</a>:
 Fix false negatives in <code>Style/RedundantSelf</code> when an 
explicit <code>self</code> receiver in one scope matches the LHS of 
an <code>||=</code>, <code>&&=</code>, 
or <code>op_asgn</code> in another scope. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15107">#15107</a>:
 Fix false positives in <code>Lint/RequireRelativeSelfPath</code> 
when a non-<code>.rb</code> file uses 
<code>require_relative</code> with its own basename. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15137">#15137</a>:
 Fix incorrect "does not support IndentationWidth parameter" 
warning for <code>Layout/ClosingParenthesisIndentation</code> and 
<code>Layout/CommentIndentation</code>. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15148">#15148</a>:
 Fix false positives in <code>Lint/RedundantSafeNavigation</code> 
when safe navigation appears in <code>rescue</code> or 
<code>ensure</code> bodies. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15147">#15147</a>:
 Fix false positives in <code>Lint/RedundantSafeNavigation</code> 
when safe navigation appears in the body of <code>unless</code>. 
([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15163">#15163</a>:
 Fix false positives in <code>Style/Copyright</code> when 
<code>Notice</code> pattern starts with 
<code>\A#</code>, uses <code>\s</code> metacharacters, 
or has multiple spaces after <code>#</code>. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/10179">#10179</a>:
 Fix false positives in 
<code>Style/DocumentDynamicEvalDefinition</code> when the heredoc 
contains an escaped interpolation (<code>\#{...}</code>). ([<a 
href="https://github.com/eyupcanakman"><code>@​eyupcanakman</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15154">#15154</a>:
 Fix bug where specifying <code>--out</code> disables 
parallelization. ([<a 
href="https://github.com/deivid-rodriguez"><code>@​deivid-rodriguez</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15106">#15106</a>:
 Fix <code>TargetFinder</code> to work correctly inside hidden 
parent directories. ([<a 
href="https://github.com/alpaca-tc"><code>@​alpaca-tc</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15102">#15102</a>:
 Fix <code>FrozenError</code> in 
<code>DisabledConfigFormatter</code> for frozen array config 
parameters. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/pull/15141">#15141</a>:
 Fix incorrect autocorrect for <code>Gemspec/RequireMFA</code> 
causing an infinite loop when <code>rubygems_mfa_required</code> 
metadata uses a symbol key. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15142">#15142</a>:
 Fix infinite loop for <code>--disable-uncorrectable</code> and 
offense near heredoc. ([<a 
href="https://github.com/jonas054"><code>@​jonas054</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15054">#15054</a>:
 Fix false positive for 
<code>Layout/MultilineMethodCallIndentation</code> when a 
dot-aligned method chain is inside a hash pair value. ([<a 
href="https://github.com/nicolas-finary"><code>@​nicolas-finary</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15136">#15136</a>:
 Fix false positive for <code>Lint/MissingCopEnableDirective</code> 
when <code># rubocop:disable</code> is wrapped in a <code># 
rubocop:push</code> / <code># rubocop:pop</code> block. 
([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15115">#15115</a>:
 Fix an incorrect autocorrect in <code>Style/RegexpLiteral</code> 
when the regexp contains unbalanced braces that conflict with the preferred 
<code>%r</code> delimiters. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/15130">#15130</a>:
 Fix incorrect autocorrect in <code>Style/Copyright</code> when 
<code>AutocorrectNotice</code> lacks a <code>#</code> 
prefix or <code>Notice</code> pattern starts with 
<code>^#</code>. ([<a 
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/14821">#14821</a>:
 Fix <code>Style/IfInsideElse</code> autocorrect moving comments 
into the wrong branch when a comment precedes the nested 
<code>if</code> in an <code>else</code>. ([<a 
href="https://github.com/hammadxcm"><code>@​hammadxcm</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/14583">#14583</a>:
 Fix template extractor applying only the last fragment's autocorrection. 
([<a 
href="https://github.com/zeronosu77108"><code>@​zeronosu77108</code></a>][])</li>
<li><a 
href="https://redirect.github.com/rubocop/rubocop/issues/14971">#14971</a>:
 Fix false positive for <code>Style/WhileUntilModifier</code> when 
the body is a conditional. ([<a 
href="https://github.com/fujitanisora"><code>@​fujitanisora</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/rubocop/rubocop/commit/e513d333754b242c5b530192be0239638055acaf"><code>e513d33</code></a>
 Cut 1.86.2</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/5fea1b52a1e4cbd2da0a071a1e3456de0a69141c"><code>5fea1b5</code></a>
 Update Changelog</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/2a3dfcd230ecd97824c9f10d995a471449cba8a9"><code>2a3dfcd</code></a>
 Don't use Registry#to_h</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/836b2751937092f20940fc20cf01e60c16fb4a05"><code>836b275</code></a>
 Simplify registry internals</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/90348d5c70e3986d51dc4943615a0a846b6d260c"><code>90348d5</code></a>
 Fix false positives in <code>Style/Copyright</code></li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/7419163797ba5908ce0fd4cd6a0a47eaf005e632"><code>7419163</code></a>
 Fix extension suggestion documentation link</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/e4673357d34fad1f10e8f84e0dbcb9a19d34e331"><code>e467335</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rubocop/rubocop/issues/15161">#15161</a>
 from koic/fix_an_error_for_style_reduce_to_hash.md</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/bd48b6b2b2c58ec1195780ec1c25fc75dd855a85"><code>bd48b6b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rubocop/rubocop/issues/15160">#15160</a>
 from lovro-bikic/autoload-mixins</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/b9cda613a6194dbbf146c999c03fbaee7b0a2178"><code>b9cda61</code></a>
 Autoload mixins instead of requiring them</li>
<li><a 
href="https://github.com/rubocop/rubocop/commit/55a827814ae5ab00d2d4bb6810a9bb6c651da471"><code>55a8278</code></a>
 Fix an error for <code>Style/ReduceToHash</code> cop</li>
<li>Additional commits viewable in <a 
href="https://github.com/rubocop/rubocop/compare/v1.86.1...v1.86.2">compare
 view</a></li>
</ul>
</details>
<br />

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><<</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><<</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 />


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/7092

-- Commit Summary --

  * Bump the rubocop group across 1 directory with 2 updates

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/7092.patchhttps://github.com/openstreetmap/openstreetmap-website/pull/7092.diff
-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7092
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