Skip to content

Commit 1056a29

Browse files
authored
Build(deps-dev): Bump rubocop from 1.69.2 to 1.70.0 (#733)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.70.0. <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 1.70</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13474">#13474</a>: Add new <code>Style/ItAssignment</code> cop to detect local assignments to <code>it</code> inside blocks. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11013">#11013</a>: Add new <code>Lint/SharedMutableDefault</code> cop to alert on mutable Hash defaults. ([<a href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13612">#13612</a>: Create new cop <code>Lint/ConstantReassignment</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13628">#13628</a>: Make LSP server support quick fix code action. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13607">#13607</a>: Support passing the target ruby version through an environment variable. ([<a href="https://github.com/elliottt"><code>@​elliottt</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13628">#13628</a>: Add support for Ruby LSP as a built-in add-on. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13284">#13284</a>: Add new <code>target_gem_version</code> API to change behavior of a cop at runtime depending on which gem version is present. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13589">#13589</a>: Fix <code>Lint/NonAtomicFileOperation</code> to detect offenses with fully qualified constants. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13630">#13630</a>: Fix CLI <code>--format</code> option to accept fully qualified formatter class names. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13624">#13624</a>: Don't show warnings from <code>Lint/Syntax</code> when a syntax error occurs. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13605">#13605</a>: Fix <code>RuboCop::Cop::Util.to_string_literal</code> to work correctly with frozen strings. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12393">#12393</a>: Fix false negatives for <code>Lint/Void</code> inside of non-modifier conditionals. ([<a href="https://github.com/GabeIsman"><code>@​GabeIsman</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13623">#13623</a>: Fix false negatives for <code>Style/MultipleComparison</code> when setting <code>AllowMethodComparison: false</code> and comparing with simple method calls. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13644">#13644</a>: Fix a false positive for <code>Layout/EmptyLinesAroundAccessModifier</code> when an access modifier and an expression are on the same line. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13645">#13645</a>: Fix a false positive for <code>Style/MethodCallWithArgsParentheses</code> when setting <code>EnforcedStyle: omit_parentheses</code> and last argument is an endless range. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13614">#13614</a>: Fix false positives for <code>Style/RaiseArgs</code> with anonymous splat and triple dot forwarding. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13591">#13591</a>: Fix false positives for <code>Lint/NestedMethodDefinition</code> when defining a method on a constant or a method call. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13594">#13594</a>: Fix false positives for <code>Style/MultipleComparison</code> when using multiple safe navigation method calls. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13654">#13654</a>: Fix false positives for <code>Style/RedundantInitialize</code> when empty initialize method has arguments. ([<a href="https://github.com/marocchino"><code>@​marocchino</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13608">#13608</a>: Fix crash when running <code>rubocop -d</code> on a config with a remote <code>inherit_from</code> that causes a duplicate setting warning. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12430">#12430</a>: Fix false negatives in <code>Style/RedundantLineContinuation</code> with multiple line continuations. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13638">#13638</a>: Fix false positive for <code>Naming/BlockForwarding</code> when method just returns the block argument. ([<a href="https://github.com/mvz"><code>@​mvz</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13599">#13599</a>: Fix incorrect autocorrect for <code>Layout/HashAlignment</code> when there is a multiline positional argument and <code>Layout/ArgumentAlignment</code> is configured with <code>EnforcedStyle: with_fixed_indentation</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13586">#13586</a>: Fix regression in <code>Layout/SpaceAroundOperators</code> when different comparison operators were aligned with each other. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13603">#13603</a>: Fix <code>Lint/LiteralInInterpolation</code> cop error on invalid string literal. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13582">#13582</a>: Fix <code>Lint/NonAtomicFileOperation</code> cop error on non-constant receiver. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13598">#13598</a>: Fix <code>Lint/Void</code> cop error on <code>if</code> without body. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13634">#13634</a>: Fix <code>Style/ClassAndModuleChildren</code> cop error on <code>compact</code> enforced style and unindented body. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13642">#13642</a>: Fix <code>Style/FloatDivision</code> cop error if <code>#to_f</code> has implicit receiver. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13517">#13517</a>: Fixes <code>Style/HashExcept</code> to recognize safe navigation when <code>ActiveSupportExtensionsEnabled</code> config is enabled. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13585">#13585</a>: Fix <code>Style/HashSyntax</code> cop error on implicit <code>call</code> method. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13632">#13632</a>: Fix <code>Style/MissingElse</code> cop error if <code>Style/EmptyElse</code>'s <code>EnforcedStyle</code> is not <code>both</code> and <code>if</code> expression contains <code>elsif</code>. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13659">#13659</a>: Fix <code>Style/MissingElse</code> cop error if <code>Style/EmptyElse</code>'s <code>EnforcedStyle</code> is not <code>both</code> and <code>if</code> expression contains multiple <code>elsif</code>. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13596">#13596</a>: Fix <code>Style/RedundantCondition</code> cop error on parentheses and modifier <code>if</code> in <code>else</code>. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13616">#13616</a>: Fix incorrect autocorrect for <code>Style/RedundantRegexpArgument</code> when the regex contains a single quote. ([<a href="https://github.com/mrzasa"><code>@​mrzasa</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13619">#13619</a>: Fix <code>Style/YodaExpression</code> cop error in case of suffix form of operator. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13578">#13578</a>: Update <code>Layout/LineContinuationSpacing</code> to ignore continuations inside a <code>regexp</code> or <code>xstr</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13601">#13601</a>: Update <code>Style/SuperArguments</code> to handle <code>super</code> with a block or with a chained method with a block. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13568">#13568</a>: Fix <code>NoMethodError</code> in <code>ConfigValidator</code> when a Cop's config is not a <code>Hash</code> and raise <code>ValidationError</code> instead. ([<a href="https://github.com/amomchilov"><code>@​amomchilov</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13665">#13665</a>: Add support for safe navigation to <code>Style/ObjectThen</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13657">#13657</a>: Add support for safe navigation to <code>Layout/HashAlignment</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</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.70.0 (2025-01-10)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13474">#13474</a>: Add new <code>Style/ItAssignment</code> cop to detect local assignments to <code>it</code> inside blocks. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11013">#11013</a>: Add new <code>Lint/SharedMutableDefault</code> cop to alert on mutable Hash defaults. ([<a href="https://github.com/corsonknowles"><code>@​corsonknowles</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13612">#13612</a>: Create new cop <code>Lint/ConstantReassignment</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13628">#13628</a>: Make LSP server support quick fix code action. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13607">#13607</a>: Support passing the target ruby version through an environment variable. ([<a href="https://github.com/elliottt"><code>@​elliottt</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13628">#13628</a>: Add support for Ruby LSP as a built-in add-on. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13284">#13284</a>: Add new <code>target_gem_version</code> API to change behavior of a cop at runtime depending on which gem version is present. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13589">#13589</a>: Fix <code>Lint/NonAtomicFileOperation</code> to detect offenses with fully qualified constants. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13630">#13630</a>: Fix CLI <code>--format</code> option to accept fully qualified formatter class names. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13624">#13624</a>: Don't show warnings from <code>Lint/Syntax</code> when a syntax error occurs. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13605">#13605</a>: Fix <code>RuboCop::Cop::Util.to_string_literal</code> to work correctly with frozen strings. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12393">#12393</a>: Fix false negatives for <code>Lint/Void</code> inside of non-modifier conditionals. ([<a href="https://github.com/GabeIsman"><code>@​GabeIsman</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13623">#13623</a>: Fix false negatives for <code>Style/MultipleComparison</code> when setting <code>AllowMethodComparison: false</code> and comparing with simple method calls. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13644">#13644</a>: Fix a false positive for <code>Layout/EmptyLinesAroundAccessModifier</code> when an access modifier and an expression are on the same line. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13645">#13645</a>: Fix a false positive for <code>Style/MethodCallWithArgsParentheses</code> when setting <code>EnforcedStyle: omit_parentheses</code> and last argument is an endless range. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13614">#13614</a>: Fix false positives for <code>Style/RaiseArgs</code> with anonymous splat and triple dot forwarding. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13591">#13591</a>: Fix false positives for <code>Lint/NestedMethodDefinition</code> when defining a method on a constant or a method call. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13594">#13594</a>: Fix false positives for <code>Style/MultipleComparison</code> when using multiple safe navigation method calls. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13654">#13654</a>: Fix false positives for <code>Style/RedundantInitialize</code> when empty initialize method has arguments. ([<a href="https://github.com/marocchino"><code>@​marocchino</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13608">#13608</a>: Fix crash when running <code>rubocop -d</code> on a config with a remote <code>inherit_from</code> that causes a duplicate setting warning. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12430">#12430</a>: Fix false negatives in <code>Style/RedundantLineContinuation</code> with multiple line continuations. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13638">#13638</a>: Fix false positive for <code>Naming/BlockForwarding</code> when method just returns the block argument. ([<a href="https://github.com/mvz"><code>@​mvz</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13599">#13599</a>: Fix incorrect autocorrect for <code>Layout/HashAlignment</code> when there is a multiline positional argument and <code>Layout/ArgumentAlignment</code> is configured with <code>EnforcedStyle: with_fixed_indentation</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13586">#13586</a>: Fix regression in <code>Layout/SpaceAroundOperators</code> when different comparison operators were aligned with each other. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13603">#13603</a>: Fix <code>Lint/LiteralInInterpolation</code> cop error on invalid string literal. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13582">#13582</a>: Fix <code>Lint/NonAtomicFileOperation</code> cop error on non-constant receiver. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13598">#13598</a>: Fix <code>Lint/Void</code> cop error on <code>if</code> without body. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13634">#13634</a>: Fix <code>Style/ClassAndModuleChildren</code> cop error on <code>compact</code> enforced style and unindented body. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13642">#13642</a>: Fix <code>Style/FloatDivision</code> cop error if <code>#to_f</code> has implicit receiver. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13517">#13517</a>: Fixes <code>Style/HashExcept</code> to recognize safe navigation when <code>ActiveSupportExtensionsEnabled</code> config is enabled. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13585">#13585</a>: Fix <code>Style/HashSyntax</code> cop error on implicit <code>call</code> method. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13632">#13632</a>: Fix <code>Style/MissingElse</code> cop error if <code>Style/EmptyElse</code>'s <code>EnforcedStyle</code> is not <code>both</code> and <code>if</code> expression contains <code>elsif</code>. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13659">#13659</a>: Fix <code>Style/MissingElse</code> cop error if <code>Style/EmptyElse</code>'s <code>EnforcedStyle</code> is not <code>both</code> and <code>if</code> expression contains multiple <code>elsif</code>. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13596">#13596</a>: Fix <code>Style/RedundantCondition</code> cop error on parentheses and modifier <code>if</code> in <code>else</code>. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13616">#13616</a>: Fix incorrect autocorrect for <code>Style/RedundantRegexpArgument</code> when the regex contains a single quote. ([<a href="https://github.com/mrzasa"><code>@​mrzasa</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13619">#13619</a>: Fix <code>Style/YodaExpression</code> cop error in case of suffix form of operator. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13578">#13578</a>: Update <code>Layout/LineContinuationSpacing</code> to ignore continuations inside a <code>regexp</code> or <code>xstr</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13601">#13601</a>: Update <code>Style/SuperArguments</code> to handle <code>super</code> with a block or with a chained method with a block. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13568">#13568</a>: Fix <code>NoMethodError</code> in <code>ConfigValidator</code> when a Cop's config is not a <code>Hash</code> and raise <code>ValidationError</code> instead. ([<a href="https://github.com/amomchilov"><code>@​amomchilov</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13665">#13665</a>: Add support for safe navigation to <code>Style/ObjectThen</code>. ([<a href="https://github.com/dvandersluis"><code>@​dvandersluis</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/e2f2d5ca7c4e2be31e4a0af4ea18aebc5fe1ee01"><code>e2f2d5c</code></a> Cut 1.70</li> <li><a href="https://github.com/rubocop/rubocop/commit/3994f941a5e01707b2d1982eecbe3fa4eddbc443"><code>3994f94</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/31238000ad91c18b67b65277cdcbfc8e2f7bc273"><code>3123800</code></a> Dont show parser warnings in <code>Lint/Syntax</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/9eaedd08c9ade23753677624b01ebade6764b8b2"><code>9eaedd0</code></a> Add Lint/ConstantReassignment cop</li> <li><a href="https://github.com/rubocop/rubocop/commit/4981738e7546db80757ddd4e51b3416afabac4f3"><code>4981738</code></a> Fix to recognize safe navigation when config is enabled</li> <li><a href="https://github.com/rubocop/rubocop/commit/6f066b84873f4410c2bf36288a90d1452603d6db"><code>6f066b8</code></a> Fix build errors related to the RubyLSP add-on specs</li> <li><a href="https://github.com/rubocop/rubocop/commit/45cd66a9b25b5242164f978f4db44b48581f228b"><code>45cd66a</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13601">#13601</a>] Update <code>Style/SuperArguments</code> to handle <code>super</code> with a block or ...</li> <li><a href="https://github.com/rubocop/rubocop/commit/2bfe0f75e055f0b5f4ee63e3a581e92d83af56a1"><code>2bfe0f7</code></a> Update <code>Style/SuperArguments</code> to handle <code>super</code> with a block or with a chaine...</li> <li><a href="https://github.com/rubocop/rubocop/commit/5d2be602cef07960fb478fee1d1bfdda706a7ccd"><code>5d2be60</code></a> Update <code>Style/SuperArguments</code> to handle <code>super</code> with a block</li> <li><a href="https://github.com/rubocop/rubocop/commit/e3bcc67b4070829929ad83d3085ee5f90caf66c3"><code>e3bcc67</code></a> Add range formatting method to the formatter add-on</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.69.2...v1.70.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.69.2&new-version=1.70.0)](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 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 23e2d36 + 6f59633 commit 1056a29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ GEM
359359
rdoc (>= 4.0.0)
360360
reline (>= 0.4.2)
361361
jmespath (1.6.2)
362-
json (2.9.0)
362+
json (2.9.1)
363363
json-schema (5.1.0)
364364
addressable (~> 2.8)
365365
jsonapi-resources (0.10.7)
@@ -515,7 +515,7 @@ GEM
515515
reform-rails (0.2.6)
516516
activemodel (>= 5.0)
517517
reform (>= 2.3.1, < 3.0.0)
518-
regexp_parser (2.9.3)
518+
regexp_parser (2.10.0)
519519
reline (0.6.0)
520520
io-console (~> 0.5)
521521
representable (3.2.0)
@@ -569,7 +569,7 @@ GEM
569569
rswag-ui (2.16.0)
570570
actionpack (>= 5.2, < 8.1)
571571
railties (>= 5.2, < 8.1)
572-
rubocop (1.69.2)
572+
rubocop (1.70.0)
573573
json (~> 2.3)
574574
language_server-protocol (>= 3.17.0)
575575
parallel (~> 1.10)
@@ -579,7 +579,7 @@ GEM
579579
rubocop-ast (>= 1.36.2, < 2.0)
580580
ruby-progressbar (~> 1.7)
581581
unicode-display_width (>= 2.4.0, < 4.0)
582-
rubocop-ast (1.36.2)
582+
rubocop-ast (1.37.0)
583583
parser (>= 3.3.1.0)
584584
rubocop-rspec (3.3.0)
585585
rubocop (~> 1.61)

0 commit comments

Comments
 (0)