Skip to content

Commit

Permalink
Merge #574
Browse files Browse the repository at this point in the history
574: Update rubocop requirement from ~> 1.66.0 to ~> 1.68.0 r=curquiza a=dependabot[bot]

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
<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.68</h2>
<h3>New features</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13050">#13050</a>: Add new <code>Style/BitwisePredicate</code> cop. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12140">#12140</a>: Add new <code>Style/CombinableDefined</code> cop. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12988">#12988</a>: Add new <code>Style/AmbiguousEndlessMethodDefinition</code> cop. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/11514">#11514</a>: Add new <code>Lint/UnescapedBracketInRegexp</code> cop. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13360">#13360</a>: Add <code>AllowSteepAnnotation</code> config option to <code>Layout/LeadingCommentSpace</code>. (<a href="https://github.com/tk0miya"><code>`@​tk0miya</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13146">#13146</a>: Add new <code>IgnoreDuplicateElseBranch</code> option to <code>Lint/DuplicateBranch</code>. (<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13171">#13171</a>: Add new <code>Style/SafeNavigationChainLength</code> cop. (<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13252">#13252</a>: Add new <code>Style/KeywordArgumentsMerging</code> cop. (<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>)</li>`
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13401">#13401</a>: Fix a false negative for <code>Style/RedundantLineContinuation</code> when there is a line continuation at the EOF. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13368">#13368</a>: Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> with <code>Style/ExplicitBlockArgument</code>. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13391">#13391</a>: Fix deserialization of unknown encoding offenses. (<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13348">#13348</a>: Ensure <code>Style/BlockDelimiters</code> autocorrection does not move other code between the block and comment. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13382">#13382</a>: Fix an error during error handling for custom ruby extractors when the extractor is a class. (<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13309">#13309</a>: Fix a false negative for <code>Lint/UselessAssignment</code> cop when there is a useless assignment followed by a block. (<a href="https://github.com/pCosta99"><code>`@​pCosta99</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13255">#13255</a>: Fix false negatives for <code>Style/MapIntoArray</code> when using non-splatted arguments. (<a href="https://github.com/vlad-pisanov"><code>`@​vlad-pisanov</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13356">#13356</a>: Fix a false positive for <code>Layout/SpaceBeforeBrackets</code> when there is a dot before <code>[]=</code>. (<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13365">#13365</a>: Fix false positives for <code>Lint/SafeNavigationConsistency</code> when using safe navigation on the LHS with operator method on the RHS of <code>&amp;&amp;</code>. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13390">#13390</a>: Fix false positives for <code>Style/GuardClause</code> when using a local variable assigned in a conditional expression in a branch. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13337">#13337</a>: Fix false positives for <code>Style/RedundantLineContinuation</code> when required line continuations for <code>&amp;&amp;</code> is used with an assignment after a line break. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13387">#13387</a>: Fix false positives in <code>Style/RedundantParentheses</code> when parentheses are used around method chain with <code>do</code>...<code>end</code> block in keyword argument. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13341">#13341</a>: Fix false positives for <code>Lint/SafeNavigationChain</code> when a safe navigation operator is used with a method call as the RHS operand of <code>&amp;&amp;</code> for the same receiver. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13324">#13324</a>: Fix <code>--disable-uncorrectable</code> to not insert a comment inside a string continuation. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13364">#13364</a>: Fix incorrect autocorrect with <code>Lint/UselessAssignment</code> a multiple assignment or <code>for</code> contains an inner assignment. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13353">#13353</a>: Fix an incorrect autocorrect for <code>Style/BlockDelimiters</code> when <code>EnforcedStyle: semantic</code> is set and used with <code>Layout/SpaceInsideBlockBraces</code>. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13361">#13361</a>: Fix false positives for <code>Style/RedundantInterpolationUnfreeze</code> and <code>Style/RedundantFreeze</code> when strings contain interpolated global, instance, and class variables. (<a href="https://github.com/vlad-pisanov"><code>`@​vlad-pisanov</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13343">#13343</a>: Prevent <code>Layout/LineLength</code> from breaking up a method with arguments chained onto a heredoc delimiter. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13374">#13374</a>: Return exit code 0 with <code>--display-only-correctable</code> and <code>--display-only-safe-correctable</code> when no offenses are displayed. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13193">#13193</a>: Fix false positive in <code>Style/MultipleComparison</code> when <code>ComparisonsThreshold</code> exceeds 2. (<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>,<a` href="https://github.com/vlad-pisanov"><code>`@​vlad-pisanov</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13325">#13325</a>: Fix an incorrect autocorrect for <code>Lint/NonAtomicFileOperation</code> when using a postfix <code>unless</code> for file existence checks before creating a file, in cases with <code>Dir.mkdir</code>. ([<a href="https://github.com/kotaro0522"><code>`@​kotaro0522</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13397">#13397</a>: Update <code>PercentLiteralCorrector</code> to be able to write pairs of delimiters without excessive escaping. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13336">#13336</a>: Update <code>Style/SafeNavigation</code> to not autocorrect if the RHS of an <code>and</code> node is an <code>or</code> node. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13378">#13378</a>: When removing parens in <code>Style/TernaryParentheses</code> with a <code>send</code> node condition, ensure its arguments are parenthesized. (<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>)</li>`
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13347">#13347</a>: When running <code>rubocop -V</code>, show the analysis Ruby version of the current directory. (<a href="https://github.com/earlopain"><code>`@​earlopain</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.68.0 (2024-10-31)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13050">#13050</a>: Add new <code>Style/BitwisePredicate</code> cop. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12140">#12140</a>: Add new <code>Style/CombinableDefined</code> cop. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12988">#12988</a>: Add new <code>Style/AmbiguousEndlessMethodDefinition</code> cop. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/11514">#11514</a>: Add new <code>Lint/UnescapedBracketInRegexp</code> cop. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13360">#13360</a>: Add <code>AllowSteepAnnotation</code> config option to <code>Layout/LeadingCommentSpace</code>. ([<a href="https://github.com/tk0miya"><code>`@​tk0miya</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13146">#13146</a>: Add new <code>IgnoreDuplicateElseBranch</code> option to <code>Lint/DuplicateBranch</code>. ([<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13171">#13171</a>: Add new <code>Style/SafeNavigationChainLength</code> cop. ([<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13252">#13252</a>: Add new <code>Style/KeywordArgumentsMerging</code> cop. ([<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>][])</li>`
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13401">#13401</a>: Fix a false negative for <code>Style/RedundantLineContinuation</code> when there is a line continuation at the EOF. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13368">#13368</a>: Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> with <code>Style/ExplicitBlockArgument</code>. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13391">#13391</a>: Fix deserialization of unknown encoding offenses. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13348">#13348</a>: Ensure <code>Style/BlockDelimiters</code> autocorrection does not move other code between the block and comment. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13382">#13382</a>: Fix an error during error handling for custom ruby extractors when the extractor is a class. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13309">#13309</a>: Fix a false negative for <code>Lint/UselessAssignment</code> cop when there is a useless assignment followed by a block. ([<a href="https://github.com/pCosta99"><code>`@​pCosta99</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13255">#13255</a>: Fix false negatives for <code>Style/MapIntoArray</code> when using non-splatted arguments. ([<a href="https://github.com/vlad-pisanov"><code>`@​vlad-pisanov</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13356">#13356</a>: Fix a false positive for <code>Layout/SpaceBeforeBrackets</code> when there is a dot before <code>[]=</code>. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13365">#13365</a>: Fix false positives for <code>Lint/SafeNavigationConsistency</code> when using safe navigation on the LHS with operator method on the RHS of <code>&amp;&amp;</code>. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13390">#13390</a>: Fix false positives for <code>Style/GuardClause</code> when using a local variable assigned in a conditional expression in a branch. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13337">#13337</a>: Fix false positives for <code>Style/RedundantLineContinuation</code> when required line continuations for <code>&amp;&amp;</code> is used with an assignment after a line break. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13387">#13387</a>: Fix false positives in <code>Style/RedundantParentheses</code> when parentheses are used around method chain with <code>do</code>...<code>end</code> block in keyword argument. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13341">#13341</a>: Fix false positives for <code>Lint/SafeNavigationChain</code> when a safe navigation operator is used with a method call as the RHS operand of <code>&amp;&amp;</code> for the same receiver. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13324">#13324</a>: Fix <code>--disable-uncorrectable</code> to not insert a comment inside a string continuation. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13364">#13364</a>: Fix incorrect autocorrect with <code>Lint/UselessAssignment</code> a multiple assignment or <code>for</code> contains an inner assignment. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13353">#13353</a>: Fix an incorrect autocorrect for <code>Style/BlockDelimiters</code> when <code>EnforcedStyle: semantic</code> is set and used with <code>Layout/SpaceInsideBlockBraces</code>. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13361">#13361</a>: Fix false positives for <code>Style/RedundantInterpolationUnfreeze</code> and <code>Style/RedundantFreeze</code> when strings contain interpolated global, instance, and class variables. ([<a href="https://github.com/vlad-pisanov"><code>`@​vlad-pisanov</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13343">#13343</a>: Prevent <code>Layout/LineLength</code> from breaking up a method with arguments chained onto a heredoc delimiter. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13374">#13374</a>: Return exit code 0 with <code>--display-only-correctable</code> and <code>--display-only-safe-correctable</code> when no offenses are displayed. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13193">#13193</a>: Fix false positive in <code>Style/MultipleComparison</code> when <code>ComparisonsThreshold</code> exceeds 2. ([<a href="https://github.com/fatkodima"><code>`@​fatkodima</code></a>][],[<a` href="https://github.com/vlad-pisanov"><code>`@​vlad-pisanov</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13325">#13325</a>: Fix an incorrect autocorrect for <code>Lint/NonAtomicFileOperation</code> when using a postfix <code>unless</code> for file existence checks before creating a file, in cases with <code>Dir.mkdir</code>. ([<a href="https://github.com/kotaro0522"><code>`@​kotaro0522</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13397">#13397</a>: Update <code>PercentLiteralCorrector</code> to be able to write pairs of delimiters without excessive escaping. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13336">#13336</a>: Update <code>Style/SafeNavigation</code> to not autocorrect if the RHS of an <code>and</code> node is an <code>or</code> node. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13378">#13378</a>: When removing parens in <code>Style/TernaryParentheses</code> with a <code>send</code> node condition, ensure its arguments are parenthesized. ([<a href="https://github.com/dvandersluis"><code>`@​dvandersluis</code></a>][])</li>`
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13347">#13347</a>: When running <code>rubocop -V</code>, show the analysis Ruby version of the current directory. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
</ul>
<h2>1.67.0 (2024-10-15)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/13259">#13259</a>: Add new <code>Lint/DuplicateSetElement</code> cop. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/13223">#13223</a>: Add <code>AllowRBSInlineAnnotation</code> config option to <code>Layout/LeadingCommentSpace</code> to support RBS::Inline style annotation comments. ([<a href="https://github.com/tk0miya"><code>`@​tk0miya</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/7d35ef752b62dee960fe2a3669f796158bda435c"><code>7d35ef7</code></a> Cut 1.68</li>
<li><a href="https://github.com/rubocop/rubocop/commit/3033debf69d14de06819c65ae88d09b538942668"><code>3033deb</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/37e9e5f6d61e05c646f3d6b99a06d42213d359ce"><code>37e9e5f</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12140">#12140</a>] Add new <code>Style/CombinableDefined</code> cop.</li>
<li><a href="https://github.com/rubocop/rubocop/commit/f8aa27ff66ad393954afdeeaec7655135f11c706"><code>f8aa27f</code></a> Fix a false negative for <code>Style/RedundantLineContinuation</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/d033a5e422c04c4849ad696104be71ff7e0a1b0d"><code>d033a5e</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13400">#13400</a> from Earlopain/offense-cop-name-docs</li>
<li><a href="https://github.com/rubocop/rubocop/commit/faaa34927f12ba818f9fe206d2574b7681673443"><code>faaa349</code></a> Fix docs for <code>Offense.cop_name</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/85f9405dca74ce2c58eb13a629314d6d843a9d6b"><code>85f9405</code></a> Fix deserialization of unknown encoding offenses</li>
<li><a href="https://github.com/rubocop/rubocop/commit/d499d8047d6908388b3fa7780e4553ee7de79bf3"><code>d499d80</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13387">#13387</a>] Fix false positives for <code>Style/RedundantParentheses</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/3e855b0e2eb51311c690bb809d767653d1a0ee4a"><code>3e855b0</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13399">#13399</a> from dvandersluis/fix-and-offense-typo</li>
<li><a href="https://github.com/rubocop/rubocop/commit/1f58513faa5c4bd9544c8c8de884f3063a7f08aa"><code>1f58513</code></a> Fix typos <code>and offense</code> instead of <code>an offense</code>.</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.66.0...v1.68.0">compare view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Nov 6, 2024
2 parents d838785 + 6d83387 commit d1c0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.66.0', require: false
gem 'rubocop', '~> 1.68.0', require: false
end

0 comments on commit d1c0c19

Please sign in to comment.