Skip to content

Commit fbd5046

Browse files
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>&gt;&gt; {a: 1, b: 2}.with_indifferent_access.transform_keys!(&amp;:succ) =&gt; {&quot;c&quot; =&gt; 1} </code></pre> <p>After:</p> <pre lang="ruby"><code>&gt;&gt; {a: 1, b: 2}.with_indifferent_access.transform_keys!(&amp;:succ) =&gt; {&quot;c&quot; =&gt; 1, &quot;d&quot; =&gt; 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 &quot;application&quot;, type: :module javascript_include_tag &quot;application&quot;, type: &quot;module&quot; </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 &quot;mailing list&quot; with &quot;forum&quot; [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>
2 parents dd3ea9c + fadaad8 commit fbd5046

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionview (8.0.2.1)
11-
activesupport (= 8.0.2.1)
10+
actionview (8.0.3)
11+
activesupport (= 8.0.3)
1212
builder (~> 3.1)
1313
erubi (~> 1.11)
1414
rails-dom-testing (~> 2.2)
1515
rails-html-sanitizer (~> 1.6)
16-
activesupport (8.0.2.1)
16+
activesupport (8.0.3)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -29,37 +29,37 @@ GEM
2929
ast (2.4.3)
3030
base64 (0.3.0)
3131
benchmark (0.4.1)
32-
bigdecimal (3.2.2)
32+
bigdecimal (3.2.3)
3333
builder (3.3.0)
3434
concurrent-ruby (1.3.5)
35-
connection_pool (2.5.3)
35+
connection_pool (2.5.4)
3636
crass (1.0.6)
3737
diff-lcs (1.6.2)
3838
drb (2.2.3)
3939
erubi (1.13.1)
4040
i18n (1.14.7)
4141
concurrent-ruby (~> 1.0)
42-
json (2.13.2)
42+
json (2.15.0)
4343
language_server-protocol (3.17.0.5)
4444
lint_roller (1.1.0)
4545
logger (1.7.0)
4646
loofah (2.24.1)
4747
crass (~> 1.0.2)
4848
nokogiri (>= 1.12.0)
4949
minitest (5.25.5)
50-
nokogiri (1.18.9-arm64-darwin)
50+
nokogiri (1.18.10-arm64-darwin)
5151
racc (~> 1.4)
52-
nokogiri (1.18.9-x86_64-darwin)
52+
nokogiri (1.18.10-x86_64-darwin)
5353
racc (~> 1.4)
54-
nokogiri (1.18.9-x86_64-linux-gnu)
54+
nokogiri (1.18.10-x86_64-linux-gnu)
5555
racc (~> 1.4)
5656
parallel (1.27.0)
5757
parser (3.3.9.0)
5858
ast (~> 2.4.1)
5959
racc
60-
prism (1.4.0)
60+
prism (1.5.1)
6161
racc (1.8.1)
62-
rack (3.2.0)
62+
rack (3.2.1)
6363
rails-dom-testing (2.3.0)
6464
activesupport (>= 5.0.0)
6565
minitest
@@ -69,7 +69,7 @@ GEM
6969
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
7070
rainbow (3.1.1)
7171
rake (13.3.0)
72-
regexp_parser (2.11.2)
72+
regexp_parser (2.11.3)
7373
rspec (3.13.1)
7474
rspec-core (~> 3.13.0)
7575
rspec-expectations (~> 3.13.0)
@@ -83,18 +83,18 @@ GEM
8383
diff-lcs (>= 1.2.0, < 2.0)
8484
rspec-support (~> 3.13.0)
8585
rspec-support (3.13.4)
86-
rubocop (1.80.2)
86+
rubocop (1.81.1)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
9090
parallel (~> 1.10)
9191
parser (>= 3.3.0.2)
9292
rainbow (>= 2.2.2, < 4.0)
9393
regexp_parser (>= 2.9.3, < 3.0)
94-
rubocop-ast (>= 1.46.0, < 2.0)
94+
rubocop-ast (>= 1.47.1, < 2.0)
9595
ruby-progressbar (~> 1.7)
9696
unicode-display_width (>= 2.4.0, < 4.0)
97-
rubocop-ast (1.46.0)
97+
rubocop-ast (1.47.1)
9898
parser (>= 3.3.7.2)
9999
prism (~> 1.4)
100100
rubocop-github (0.26.0)
@@ -105,7 +105,7 @@ GEM
105105
lint_roller (~> 1.1)
106106
rubocop (>= 1.75.0, < 2.0)
107107
rubocop-ast (>= 1.44.0, < 2.0)
108-
rubocop-rails (2.33.3)
108+
rubocop-rails (2.33.4)
109109
activesupport (>= 4.2.0)
110110
lint_roller (~> 1.1)
111111
rack (>= 1.1)
@@ -115,9 +115,9 @@ GEM
115115
securerandom (0.4.1)
116116
tzinfo (2.0.6)
117117
concurrent-ruby (~> 1.0)
118-
unicode-display_width (3.1.5)
119-
unicode-emoji (~> 4.0, >= 4.0.4)
120-
unicode-emoji (4.0.4)
118+
unicode-display_width (3.2.0)
119+
unicode-emoji (~> 4.1)
120+
unicode-emoji (4.1.0)
121121
uri (1.0.3)
122122

123123
PLATFORMS

0 commit comments

Comments
 (0)