Commit fbd5046
authored
build(deps): bump the all-dependencies group with 3 updates (#185)
Bumps the all-dependencies group with 3 updates:
[rubocop](https://github.com/rubocop/rubocop),
[actionview](https://github.com/rails/rails) and
[rubocop-rails](https://github.com/rubocop/rubocop-rails).
Updates `rubocop` from 1.80.2 to 1.81.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.81.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14563">#14563</a>:
Fix incorrect autocorrection for
<code>Lint/DeprecatedOpenSSLConstant</code> when <code>Cipher</code>
appears twice. (<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/14565">#14565</a>:
Allow multiline method chain for <code>Style/NumberedParameters</code>
and <code>Style/ItBlockParameter</code> with <code>EnforcedStyle:
allow_single_line</code> when the block itself is on a single line. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
</ul>
<h2>RuboCop v1.81.0</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14512">#14512</a>:
Add <code>Style/ArrayIntersectWithSingleElement</code> cop. (<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/10971">#10971</a>:
Support <code>EnforcedStyleForMultiline: diff_comma</code> in
<code>Style/TrailingCommaInArguments</code>. (<a
href="https://github.com/akouryy"><code>@akouryy</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14560">#14560</a>:
Fix an error for <code>Style/NilComparison</code> cop when using the
<code>var.==(nil)</code> and <code>var.===(nil)</code> syntax. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14535">#14535</a>:
Fix autocorrect for <code>Style/ExplicitBlockArgument</code> when there
are two methods that share the same implementation. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14527">#14527</a>:
Fix false negatives for <code>Style/NumberedParameters</code> and
<code>Style/ItBlockParameter</code> when using multiline method chain
with <code>EnforcedStyle: allow_single_line</code>. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14522">#14522</a>:
Fix false negatives for
<code>Layout/MultilineOperationIndentation</code> when using indented
code on LHS of equality operator in modifier method definition. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14496">#14496</a>:
Fix false negatives for <code>Layout/EmptyLineBetweenDefs</code> for
<code>AllowAdjacentOneLineDefs: false</code> and
<code>DefLikeMacros</code> that take no block. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14553">#14553</a>:
Fix false positives when <code>EnforcedStyle: allowed_in_returns</code>
and <code>!!</code> appears across multiple lines in return position.
(<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14557">#14557</a>:
Fix false positives for <code>Style/RedundantParentheses</code> when
parentheses are used around a one-line <code>rescue</code> expression as
a condition. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14525">#14525</a>:
Fix false positives for <code>Style/RedundantRegexpEscape</code> when an
escaped variable sigil follows <code>#</code> (e.g.,
<code>/#\@foo/</code>, <code>/#\@@bar/</code>, <code>/#\$baz/</code>).
(<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14529">#14529</a>:
Fix false negative in <code>Layout/RescueEnsureAlignment</code> with a
block whose send node is split over multiple lines. (<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14528">#14528</a>:
Fix <code>Style/RedundantFormat</code> when the format string has a
variable width that isn't given as a literal value. (<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14541">#14541</a>:
Fix gemspec parsing error when <code>ParserEngine: parser_prism</code>
is configured in a base config file. ([<a
href="https://github.com/sudoremo"><code>@sudoremo</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14544">#14544</a>:
Fix an incorrect autocorrect for <code>Lint/Void</code> when using a
return value in assignment method definition. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14543">#14543</a>:
Fix an incorrect autocorrect for
<code>Style/RedundantRegexpArgument</code> when using escaped single
quote character. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14540">#14540</a>:
Fix an incorrect autocorrect for <code>Style/UnlessElse</code> when
using <code>unless</code> with <code>then</code>. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14507">#14507</a>:
Fix the built-in Ruby LSP add-on not restarting when config files
(<code>.rubocop.yml</code>, <code>.rubocop_todo.yml</code>) change. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14514">#14514</a>:
Fix the built-in Ruby LSP add-on not respecting <code>.rubocop</code>
config file. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14508">#14508</a>:
Fix the built-in Ruby LSP add-on getting in an irrecoverable state when
the config is invalid on startup. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14534">#14534</a>:
Prevent <code>Layout/LineLength</code> autocorrection from splitting a
block if its receiver contains a heredoc. (<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14497">#14497</a>:
Fix a false positive for <code>Lint/ShadowedArgument</code> when
assigning inside a <code>rescue</code> block. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14492">#14492</a>:
Add support for LSP <code>positionEncoding</code> <code>utf-8</code> and
<code>utf-32</code>. ([<a
href="https://github.com/tmtm"><code>@tmtm</code></a>][])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.81.1 (2025-09-26)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14563">#14563</a>:
Fix incorrect autocorrection for
<code>Lint/DeprecatedOpenSSLConstant</code> when <code>Cipher</code>
appears twice. ([<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/14565">#14565</a>:
Allow multiline method chain for <code>Style/NumberedParameters</code>
and <code>Style/ItBlockParameter</code> with <code>EnforcedStyle:
allow_single_line</code> when the block itself is on a single line. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
</ul>
<h2>1.81.0 (2025-09-25)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14512">#14512</a>:
Add <code>Style/ArrayIntersectWithSingleElement</code> cop. ([<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/10971">#10971</a>:
Support <code>EnforcedStyleForMultiline: diff_comma</code> in
<code>Style/TrailingCommaInArguments</code>. ([<a
href="https://github.com/akouryy"><code>@akouryy</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14560">#14560</a>:
Fix an error for <code>Style/NilComparison</code> cop when using the
<code>var.==(nil)</code> and <code>var.===(nil)</code> syntax. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14535">#14535</a>:
Fix autocorrect for <code>Style/ExplicitBlockArgument</code> when there
are two methods that share the same implementation. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14527">#14527</a>:
Fix false negatives for <code>Style/NumberedParameters</code> and
<code>Style/ItBlockParameter</code> when using multiline method chain
with <code>EnforcedStyle: allow_single_line</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14522">#14522</a>:
Fix false negatives for
<code>Layout/MultilineOperationIndentation</code> when using indented
code on LHS of equality operator in modifier method definition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14496">#14496</a>:
Fix false negatives for <code>Layout/EmptyLineBetweenDefs</code> for
<code>AllowAdjacentOneLineDefs: false</code> and
<code>DefLikeMacros</code> that take no block. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14553">#14553</a>:
Fix false positives when <code>EnforcedStyle: allowed_in_returns</code>
and <code>!!</code> appears across multiple lines in return position.
([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14557">#14557</a>:
Fix false positives for <code>Style/RedundantParentheses</code> when
parentheses are used around a one-line <code>rescue</code> expression as
a condition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14525">#14525</a>:
Fix false positives for <code>Style/RedundantRegexpEscape</code> when an
escaped variable sigil follows <code>#</code> (e.g.,
<code>/#\@foo/</code>, <code>/#\@@bar/</code>, <code>/#\$baz/</code>).
([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14529">#14529</a>:
Fix false negative in <code>Layout/RescueEnsureAlignment</code> with a
block whose send node is split over multiple lines. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14528">#14528</a>:
Fix <code>Style/RedundantFormat</code> when the format string has a
variable width that isn't given as a literal value. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14541">#14541</a>:
Fix gemspec parsing error when <code>ParserEngine: parser_prism</code>
is configured in a base config file. ([<a
href="https://github.com/sudoremo"><code>@sudoremo</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14544">#14544</a>:
Fix an incorrect autocorrect for <code>Lint/Void</code> when using a
return value in assignment method definition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14543">#14543</a>:
Fix an incorrect autocorrect for
<code>Style/RedundantRegexpArgument</code> when using escaped single
quote character. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14540">#14540</a>:
Fix an incorrect autocorrect for <code>Style/UnlessElse</code> when
using <code>unless</code> with <code>then</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14507">#14507</a>:
Fix the built-in Ruby LSP add-on not restarting when config files
(<code>.rubocop.yml</code>, <code>.rubocop_todo.yml</code>) change. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14514">#14514</a>:
Fix the built-in Ruby LSP add-on not respecting <code>.rubocop</code>
config file. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14508">#14508</a>:
Fix the built-in Ruby LSP add-on getting in an irrecoverable state when
the config is invalid on startup. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14534">#14534</a>:
Prevent <code>Layout/LineLength</code> autocorrection from splitting a
block if its receiver contains a heredoc. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14497">#14497</a>:
Fix a false positive for <code>Lint/ShadowedArgument</code> when
assigning inside a <code>rescue</code> block. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14492">#14492</a>:
Add support for LSP <code>positionEncoding</code> <code>utf-8</code> and
<code>utf-32</code>. ([<a
href="https://github.com/tmtm"><code>@tmtm</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/db5883191090a395e2eb777c65e6f6e37485e5ac"><code>db58831</code></a>
Cut 1.81.1</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/27972079538e1dbb45723ffdd0bd02690b230067"><code>2797207</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/6b2f047b3175d2df3fcc43b207f854ccf9ba6528"><code>6b2f047</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14563">#14563</a>]
Fix an incorrect autocorrect for
<code>Lint/DeprecatedOpenSSLConstant</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/8260fc1aa14cd72d949d8b42378a83841e410ba2"><code>8260fc1</code></a>
Allow implicit block args when the block itself is on one line only</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/c1400e77be41d5f84bc0d6e2609898c5146ba4e8"><code>c1400e7</code></a>
[Docs] Document <code>--editor-mode</code> in a comment`</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/d3ef76a43567bc809825d85ac89e7660c8565d20"><code>d3ef76a</code></a>
Reset the docs version</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/386bf1051f54de1dacb641198947dd9705e969a5"><code>386bf10</code></a>
Cut 1.81</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/148250d5b0efc89bdafd6941b6cc1312db049b13"><code>148250d</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/face2444d6250fbcecd5fdd0b5dff9904e6ff5fb"><code>face244</code></a>
Fix an error for <code>Style/NilComparison</code> cop</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/d8c1d4cd128fc02dc55108f9eecd22194a1293df"><code>d8c1d4c</code></a>
Fix an error for <code>InternalAffairsOnSendWithoutOnCSend</code> with
<code>alias_method</code> an...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.80.2...v1.81.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `actionview` from 8.0.2.1 to 8.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/releases">actionview's
releases</a>.</em></p>
<blockquote>
<h2>8.0.3</h2>
<h2>Active Support</h2>
<ul>
<li>
<p><code>ActiveSupport::FileUpdateChecker</code> does not depend on
<code>Time.now</code> to prevent unnecessary reloads with time travel
test helpers</p>
<p><em>Jan Grodowski</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::BroadcastLogger</code> from executing a
block argument for each logger (tagged, info, etc.).</p>
<p><em>Jared Armstrong</em></p>
</li>
<li>
<p>Make <code>ActiveSupport::Logger</code>
<code>#freeze</code>-friendly.</p>
<p><em>Joshua Young</em></p>
</li>
<li>
<p>Fix
<code>ActiveSupport::HashWithIndifferentAccess#transform_keys!</code>
removing defaults.</p>
<p><em>Hartley McGuire</em></p>
</li>
<li>
<p>Fix
<code>ActiveSupport::HashWithIndifferentAccess#tranform_keys!</code> to
handle collisions.</p>
<p>If the transformation would result in a key equal to another not yet
transformed one,
it would result in keys being lost.</p>
<p>Before:</p>
<pre lang="ruby"><code>>> {a: 1, b:
2}.with_indifferent_access.transform_keys!(&:succ)
=> {"c" => 1}
</code></pre>
<p>After:</p>
<pre lang="ruby"><code>>> {a: 1, b:
2}.with_indifferent_access.transform_keys!(&:succ)
=> {"c" => 1, "d" => 2}
</code></pre>
<p><em>Jason T Johnson</em>, <em>Jean Boussier</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::Cache::MemCacheStore#read_multi</code> to
handle network errors.</p>
<p>This method specifically wasn't handling network errors like other
codepaths.</p>
<p><em>Alessandro Dal Grande</em></p>
</li>
<li>
<p>Fix configuring <code>RedisCacheStore</code> with <code>raw:
true</code>.</p>
<p><em>fatkodima</em></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/blob/v8.0.3/actionview/CHANGELOG.md">actionview's
changelog</a>.</em></p>
<blockquote>
<h2>Rails 8.0.3 (September 22, 2025)</h2>
<ul>
<li>
<p>Fix label with <code>for</code> option not getting prefixed by form
<code>namespace</code> value</p>
<p><em>Abeid Ahmed</em>, <em>Hartley McGuire</em></p>
</li>
<li>
<p>Fix <code>javascript_include_tag</code> <code>type</code> option to
accept either strings and symbols.</p>
<pre lang="ruby"><code>javascript_include_tag "application",
type: :module
javascript_include_tag "application", type: "module"
</code></pre>
<p>Previously, only the string value was recognized.</p>
<p><em>Jean Boussier</em></p>
</li>
<li>
<p>Fix <code>excerpt</code> helper with non-whitespace separator.</p>
<p><em>Jonathan Hefner</em></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/rails/commit/529f933fc8b13114d308dd0752f76a9e293c8537"><code>529f933</code></a>
Preparing for 8.0.3 release</li>
<li><a
href="https://github.com/rails/rails/commit/6409b24dd20ee4076ec3dbefba9edc3376bf13f1"><code>6409b24</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/55719">#55719</a>
from skipkayhil/hm-fix-label-for-namespace</li>
<li><a
href="https://github.com/rails/rails/commit/0160f42886e2ebeb7a0680f073b870326f14c12a"><code>0160f42</code></a>
Sync CHANGELOGs</li>
<li><a
href="https://github.com/rails/rails/commit/6394bfbfcea64b104b4167701aa55a783a6c730a"><code>6394bfb</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/55725">#55725</a>
from byroot/js-include-type-module-sym</li>
<li><a
href="https://github.com/rails/rails/commit/93fcfc12e0ac23593dd3b8a2ec247ec3c2f3545c"><code>93fcfc1</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/55587">#55587</a>
from marcoroth/erubi-typo</li>
<li><a
href="https://github.com/rails/rails/commit/b2ad4179f8b36e39d6eafe29d7e42b1199707069"><code>b2ad417</code></a>
Merge security patches in 8-0-stable</li>
<li><a
href="https://github.com/rails/rails/commit/4a441e933fc764eb7128a76a36d5024c1b3caada"><code>4a441e9</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/55476">#55476</a>
from jonathanhefner/excerpt-with-non-whitespace-sep...</li>
<li><a
href="https://github.com/rails/rails/commit/5f3b209016e0abb738d26accb6d97861f239fd63"><code>5f3b209</code></a>
Replace "mailing list" with "forum" [ci-skip]</li>
<li><a
href="https://github.com/rails/rails/commit/e4049d3e84d4ce06a8bb49ce029f33dcd75a5f2d"><code>e4049d3</code></a>
Add missing punctuation [ci-skip]</li>
<li><a
href="https://github.com/rails/rails/commit/cb12148f72837b74ba63f3fba0b891b50e49f6bb"><code>cb12148</code></a>
Use headings for args documentation [ci-skip]</li>
<li>Additional commits viewable in <a
href="https://github.com/rails/rails/compare/v8.0.2.1...v8.0.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `rubocop-rails` from 2.33.3 to 2.33.4
<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.33.4</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1530">#1530</a>:
Fix an incorrect autocorrect for
<code>Rails/FindByOrAssignmentMemoization</code> when using endless
method definition. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1522">#1522</a>:
Fix an error for <code>Rails/FindBy</code> when <code>where</code> takes
a block. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1182">#1182</a>:
Fix a false positive for
<code>Rails/ActionControllerFlashBeforeRender</code> when flash is
called in a block. (<a
href="https://github.com/5hun-s"><code>@5hun-s</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.33.4 (2025-09-27)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1530">#1530</a>:
Fix an incorrect autocorrect for
<code>Rails/FindByOrAssignmentMemoization</code> when using endless
method definition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/pull/1522">#1522</a>:
Fix an error for <code>Rails/FindBy</code> when <code>where</code> takes
a block. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1182">#1182</a>:
Fix a false positive for
<code>Rails/ActionControllerFlashBeforeRender</code> when flash is
called in a block. ([<a
href="https://github.com/5hun-s"><code>@5hun-s</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/b2ccb8244903d481ed3c38ec7d82b178004b1ba8"><code>b2ccb82</code></a>
Cut 2.33.4</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/0fb12599c595f64b9f71133076d6b82039caef2f"><code>0fb1259</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/24faad2570253883247edd5b0cfb23eb56ed9c86"><code>24faad2</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1533">#1533</a>
from viralpraxis/load-simplecov-before-lib-for-bette...</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/28caddb84e77734bda1acb6632cf58b7add0b0ec"><code>28caddb</code></a>
Load <code>simplecov</code> before loading <code>lib</code> for better
coverage results</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/60dd19b6795282ae3e2c6ba0519b368fc9bb4c13"><code>60dd19b</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1528">#1528</a>
from 5hun-s/fix_false_positive_for_rails_action_cont...</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/87e5bbffeb97904cdb840095e1b1edd1244ff539"><code>87e5bbf</code></a>
[Fix rubocop#1182] Fix a false positive for
Rails/ActionControllerFlashBefore...</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/ec292a2c818586f04291fb698710659ecb213763"><code>ec292a2</code></a>
Fix a build error when using Ruby 2.7</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/17371a8c6b6ec46a043b6b345fbaee4de08e2d7e"><code>17371a8</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1531">#1531</a>
from koic/fix_an_incorrect_autocorrect_for_rails_fin...</li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/2b091eb909dad6efb162541dcdcf24567bc4291f"><code>2b091eb</code></a>
Fix an incorrect autocorrect for
<code>Rails/FindByOrAssignmentMemoization</code></li>
<li><a
href="https://github.com/rubocop/rubocop-rails/commit/dd734913df79ac68ca1b4038bc93320d3172cf10"><code>dd73491</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-rails/issues/1522">#1522</a>
from Earlopain/find-by-where-block</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-rails/compare/v2.33.3...v2.33.4">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>1 file changed
+19
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments