Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop).
Updates `rubocop` from 1.88.0 to 1.88.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.88.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15408">#15408</a>: Fix a crash for <code>Bundler/GemComment</code> with a non-literal gem option key. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/9571">#9571</a>: Fix a crash for <code>Layout/ClassStructure</code> when a class body is a single safe-navigation call (e.g. <code>test&.private_methods(def foo; end)</code>). ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15413">#15413</a>: Fix a crash for <code>Gemspec/DevelopmentDependencies</code> when <code>AllowedGems</code> is nil. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15404">#15404</a>: Fix a crash for <code>Metrics/MethodLength</code> with an anonymous <code>define_method</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15414">#15414</a>: Fix a crash for <code>Naming/InclusiveLanguage</code> with nil or empty <code>FlaggedTerms</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15405">#15405</a>: Fix a crash for <code>Security/IoMethods</code> with a non-string-literal argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15330">#15330</a>: Fix a crash for <code>Style/EmptyStringInsideInterpolation</code> with a modifier conditional. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15351">#15351</a>: Fix a crash for <code>Style/OpenStructUse</code> with a bare <code>OpenStruct</code> root node. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15379">#15379</a>: Fix a crash for <code>Style/TrailingUnderscoreVariable</code> when a nested destructuring group consists only of underscore variables. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15412">#15412</a>: Fix a false negative for <code>Security/MarshalLoad</code> with a proc argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15386">#15386</a>: Fix a false negative for <code>Style/MethodDefParentheses</code> with named rest arguments under <code>EnforcedStyle: require_no_parentheses</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15396">#15396</a>: Fix a false negative for <code>Style/MultilineMethodSignature</code> where a signature that fits on one line was skipped because the multi-line source length was measured instead of the collapsed width. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15386">#15386</a>: Fix a false negative for <code>Style/OptionalArguments</code> with singleton methods. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15383">#15383</a>: Fix a false negative for <code>Style/RedundantFilterChain</code> with numbered-parameter blocks. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/15290">#15290</a>: Fix a false negative for <code>Lint/ToEnumArguments</code> when a braced hash is passed to keyword parameters (e.g. <code>to_enum(:m, { required: required })</code>), which raises <code>ArgumentError</code> when the enumerator is used. ([<a href="https://github.com/RedZapdos123"><code>@RedZapdos123</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11956">#11956</a>: Fix a false positive for <code>Naming/FileName</code> when a class or module name contains multiple consecutive <code>AllowedAcronyms</code>. ([<a href="https://github.com/camallen"><code>@camallen</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15324">#15324</a>: Fix a false positive for <code>Style/DirEmpty</code> with a block. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15326">#15326</a>: Fix a false positive for <code>Style/EmptyLiteral</code> with numbered and <code>it</code> block parameters. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15335">#15335</a>: Fix a false positive for <code>Style/EnvHome</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15345">#15345</a>: Fix a false positive for <code>Style/InlineComment</code> with <code>rubocop:todo</code> directives. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15348">#15348</a>: Fix a false positive for <code>Style/MultilineIfThen</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15383">#15383</a>: Fix a false positive for <code>Style/NumericPredicate</code> when an allowed method encloses a numbered-parameter or <code>it</code> block. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15389">#15389</a>: Fix a false positive for <code>Style/OptionHash</code> when the options hash is forwarded with an explicit <code>super</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15350">#15350</a>: Fix a false positive for <code>Style/RedundantFormat</code> with a lone format sequence. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15374">#15374</a>: Fix a false positive for <code>Style/RedundantSelf</code> with a rescue exception variable. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15376">#15376</a>: Fix a false positive for <code>Style/Semicolon</code> with a semicolon inside a string literal. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15398">#15398</a>: Fix an incorrect autocorrect for <code>Layout/ConditionPosition</code> that dropped a body statement sharing the condition's line via a semicolon. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15399">#15399</a>: Fix an incorrect autocorrect for <code>Layout/EmptyComment</code> that deleted a heredoc when removing an empty comment trailing its opener. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15400">#15400</a>: Fix an incorrect autocorrect for <code>Layout/EmptyLineBetweenDefs</code> that inserted a blank line inside a heredoc body when an endless method's body was a heredoc. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15401">#15401</a>: Fix an incorrect autocorrect for <code>Layout/SpaceAroundOperators</code> that turned <code>**=</code> and <code>/=</code> compound assignments into <code>**</code>/<code>/</code>, dropping the assignment. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15406">#15406</a>: Fix an incorrect autocorrect for <code>Naming/MemoizedInstanceVariableName</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15411">#15411</a>: Fix an incorrect autocorrect for <code>Naming/RescuedExceptionsVariableName</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15319">#15319</a>: Fix an incorrect autocorrect for <code>Style/DataInheritance</code> with a brace block. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15323">#15323</a>: Fix an incorrect autocorrect for <code>Style/EmptyCaseCondition</code> as a <code>yield</code>/<code>super</code> argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15323">#15323</a>: Fix an incorrect autocorrect for <code>Style/EmptyCaseCondition</code> with low-precedence <code>when</code> values. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15322">#15322</a>: Fix an incorrect autocorrect for <code>Style/EmptyClassDefinition</code> with a namespaced constant. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15336">#15336</a>: Fix an incorrect autocorrect for <code>Style/EmptyHeredoc</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15332">#15332</a>: Fix an incorrect autocorrect for <code>Style/EvenOdd</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15329">#15329</a>: Fix an incorrect autocorrect for <code>Style/ExactRegexpMatch</code> with a single quote. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15333">#15333</a>: Fix an incorrect autocorrect for <code>Style/FileNull</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15334">#15334</a>: Fix an incorrect autocorrect for <code>Style/For</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15331">#15331</a>: Fix an incorrect autocorrect for <code>Style/FormatString</code> with a low-precedence argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15331">#15331</a>: Fix an incorrect autocorrect for <code>Style/FormatString</code> with a splat argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15337">#15337</a>: Fix an incorrect autocorrect for <code>Style/HashSlice</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15327">#15327</a>: Fix an incorrect autocorrect for <code>Style/HashSyntax</code> with a multi-pair braceless <code>return</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15368">#15368</a>: Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> that changed semantics when the condition was an assignment, by parenthesizing it in the resulting ternary. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15340">#15340</a>: Fix an incorrect autocorrect for <code>Style/KeywordArgumentsMerging</code> with a block-pass argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</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.88.1 (2026-07-01)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15408">#15408</a>: Fix a crash for <code>Bundler/GemComment</code> with a non-literal gem option key. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/9571">#9571</a>: Fix a crash for <code>Layout/ClassStructure</code> when a class body is a single safe-navigation call (e.g. <code>test&.private_methods(def foo; end)</code>). ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15413">#15413</a>: Fix a crash for <code>Gemspec/DevelopmentDependencies</code> when <code>AllowedGems</code> is nil. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15404">#15404</a>: Fix a crash for <code>Metrics/MethodLength</code> with an anonymous <code>define_method</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15414">#15414</a>: Fix a crash for <code>Naming/InclusiveLanguage</code> with nil or empty <code>FlaggedTerms</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15405">#15405</a>: Fix a crash for <code>Security/IoMethods</code> with a non-string-literal argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15330">#15330</a>: Fix a crash for <code>Style/EmptyStringInsideInterpolation</code> with a modifier conditional. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15351">#15351</a>: Fix a crash for <code>Style/OpenStructUse</code> with a bare <code>OpenStruct</code> root node. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15379">#15379</a>: Fix a crash for <code>Style/TrailingUnderscoreVariable</code> when a nested destructuring group consists only of underscore variables. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15412">#15412</a>: Fix a false negative for <code>Security/MarshalLoad</code> with a proc argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15386">#15386</a>: Fix a false negative for <code>Style/MethodDefParentheses</code> with named rest arguments under <code>EnforcedStyle: require_no_parentheses</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15396">#15396</a>: Fix a false negative for <code>Style/MultilineMethodSignature</code> where a signature that fits on one line was skipped because the multi-line source length was measured instead of the collapsed width. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15386">#15386</a>: Fix a false negative for <code>Style/OptionalArguments</code> with singleton methods. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15383">#15383</a>: Fix a false negative for <code>Style/RedundantFilterChain</code> with numbered-parameter blocks. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/15290">#15290</a>: Fix a false negative for <code>Lint/ToEnumArguments</code> when a braced hash is passed to keyword parameters (e.g. <code>to_enum(:m, { required: required })</code>), which raises <code>ArgumentError</code> when the enumerator is used. ([<a href="https://github.com/RedZapdos123"><code>@RedZapdos123</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11956">#11956</a>: Fix a false positive for <code>Naming/FileName</code> when a class or module name contains multiple consecutive <code>AllowedAcronyms</code>. ([<a href="https://github.com/camallen"><code>@camallen</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15324">#15324</a>: Fix a false positive for <code>Style/DirEmpty</code> with a block. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15326">#15326</a>: Fix a false positive for <code>Style/EmptyLiteral</code> with numbered and <code>it</code> block parameters. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15335">#15335</a>: Fix a false positive for <code>Style/EnvHome</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15345">#15345</a>: Fix a false positive for <code>Style/InlineComment</code> with <code>rubocop:todo</code> directives. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15348">#15348</a>: Fix a false positive for <code>Style/MultilineIfThen</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15383">#15383</a>: Fix a false positive for <code>Style/NumericPredicate</code> when an allowed method encloses a numbered-parameter or <code>it</code> block. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15389">#15389</a>: Fix a false positive for <code>Style/OptionHash</code> when the options hash is forwarded with an explicit <code>super</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15350">#15350</a>: Fix a false positive for <code>Style/RedundantFormat</code> with a lone format sequence. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15374">#15374</a>: Fix a false positive for <code>Style/RedundantSelf</code> with a rescue exception variable. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15376">#15376</a>: Fix a false positive for <code>Style/Semicolon</code> with a semicolon inside a string literal. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15398">#15398</a>: Fix an incorrect autocorrect for <code>Layout/ConditionPosition</code> that dropped a body statement sharing the condition's line via a semicolon. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15399">#15399</a>: Fix an incorrect autocorrect for <code>Layout/EmptyComment</code> that deleted a heredoc when removing an empty comment trailing its opener. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15400">#15400</a>: Fix an incorrect autocorrect for <code>Layout/EmptyLineBetweenDefs</code> that inserted a blank line inside a heredoc body when an endless method's body was a heredoc. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15401">#15401</a>: Fix an incorrect autocorrect for <code>Layout/SpaceAroundOperators</code> that turned <code>**=</code> and <code>/=</code> compound assignments into <code>**</code>/<code>/</code>, dropping the assignment. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15406">#15406</a>: Fix an incorrect autocorrect for <code>Naming/MemoizedInstanceVariableName</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15411">#15411</a>: Fix an incorrect autocorrect for <code>Naming/RescuedExceptionsVariableName</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15319">#15319</a>: Fix an incorrect autocorrect for <code>Style/DataInheritance</code> with a brace block. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15323">#15323</a>: Fix an incorrect autocorrect for <code>Style/EmptyCaseCondition</code> as a <code>yield</code>/<code>super</code> argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15323">#15323</a>: Fix an incorrect autocorrect for <code>Style/EmptyCaseCondition</code> with low-precedence <code>when</code> values. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15322">#15322</a>: Fix an incorrect autocorrect for <code>Style/EmptyClassDefinition</code> with a namespaced constant. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15336">#15336</a>: Fix an incorrect autocorrect for <code>Style/EmptyHeredoc</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15332">#15332</a>: Fix an incorrect autocorrect for <code>Style/EvenOdd</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15329">#15329</a>: Fix an incorrect autocorrect for <code>Style/ExactRegexpMatch</code> with a single quote. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15333">#15333</a>: Fix an incorrect autocorrect for <code>Style/FileNull</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15334">#15334</a>: Fix an incorrect autocorrect for <code>Style/For</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15331">#15331</a>: Fix an incorrect autocorrect for <code>Style/FormatString</code> with a low-precedence argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15331">#15331</a>: Fix an incorrect autocorrect for <code>Style/FormatString</code> with a splat argument. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15337">#15337</a>: Fix an incorrect autocorrect for <code>Style/HashSlice</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15327">#15327</a>: Fix an incorrect autocorrect for <code>Style/HashSyntax</code> with a multi-pair braceless <code>return</code>. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/15368">#15368</a>: Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> that changed semantics when the condition was an assignment, by parenthesizing it in the resulting ternary. ([<a href="https://github.com/bbatsov"><code>@bbatsov</code></a>][])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/d35b32130a00bcbad97098b114e1ce54dfeb3ecf"><code>d35b321</code></a> Cut 1.88.1</li> <li><a href="https://github.com/rubocop/rubocop/commit/b4cb565595fd73a0dbacf8a4294c75e45dbc6121"><code>b4cb565</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/398805615a3dec48a3fc72224038f1546d7f580f"><code>3988056</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15352">#15352</a> from rubocop/fix-parallel-assignment-literal-escaping</li> <li><a href="https://github.com/rubocop/rubocop/commit/3abe081a6b89feed8e91a241b99927dd6086e0e3"><code>3abe081</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15365">#15365</a> from rubocop/fix-redundant-line-continuation-eof</li> <li><a href="https://github.com/rubocop/rubocop/commit/f391d5a53aa49a34a2e06a447d01b6c5d67ac2e0"><code>f391d5a</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15394">#15394</a> from rubocop/fix-nil-lambda-proc-return</li> <li><a href="https://github.com/rubocop/rubocop/commit/37b29a9fa407a76346dd9cac9a914795b11d7df9"><code>37b29a9</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15398">#15398</a> from rubocop/fix-condition-position-semicolon-body</li> <li><a href="https://github.com/rubocop/rubocop/commit/839d492b60c73ad32ebe926c509fb9882be304a8"><code>839d492</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15399">#15399</a> from rubocop/fix-empty-comment-heredoc</li> <li><a href="https://github.com/rubocop/rubocop/commit/2d191a4daa7aee31c4211ff292936e2b479e3da0"><code>2d191a4</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15412">#15412</a> from rubocop/fix-marshal-load-extra-args</li> <li><a href="https://github.com/rubocop/rubocop/commit/1767e56e62a0cce0fc9e20f5a2f1a3cc4437fbf3"><code>1767e56</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15406">#15406</a> from rubocop/fix-memoized-ivar-operator-method</li> <li><a href="https://github.com/rubocop/rubocop/commit/c923d2930ebf58436a1622f7241aa54c020ca249"><code>c923d29</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/15368">#15368</a> from rubocop/fix-if-with-semicolon-assignment</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.88.0...v1.88.1">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/7200 -- Commit Summary -- * Bump rubocop from 1.88.0 to 1.88.1 in the rubocop group -- File Changes -- M Gemfile.lock (2) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/7200.patch https://github.com/openstreetmap/openstreetmap-website/pull/7200.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/7200 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
