Skip to content

Commit c79ddcb

Browse files
build(deps): bump the all-dependencies group with 2 updates (#222)
Bumps the all-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [minitest](https://github.com/minitest/minitest). Updates `rubocop` from 1.84.2 to 1.85.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 v1.85.0</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14921">#14921</a>: Add <code>mise.toml</code> as source for TargetRubyVersion. ([<a href="https://github.com/kitsane"><code>@​kitsane</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14925">#14925</a>: Add new <code>Lint/UnreachablePatternBranch</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14942">#14942</a>: Add new <code>Style/FileOpen</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14939">#14939</a>: Add new <code>Style/MapJoin</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14924">#14924</a>: Add new <code>Style/OneClassPerFile</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14923">#14923</a>: Add new <code>Style/PartitionInsteadOfDoubleSelect</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14811">#14811</a>: Add new <code>Style/PredicateWithKind</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14938">#14938</a>: Add new <code>Style/ReduceToHash</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14812">#14812</a>: Add new <code>Style/RedundantMinMaxBy</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13501">#13501</a>: Add new <code>Style/RedundantStructKeywordInit</code> cop. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14808">#14808</a>: Add new <code>Style/SelectByKind</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14810">#14810</a>: Add new <code>Style/SelectByRange</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14922">#14922</a>: Add new <code>Style/TallyMethod</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14773">#14773</a>: Add new <code>Lint/DataDefineOverride</code> cop. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14781">#14781</a>: Add new <code>InternalAffairs/ItblockHandler</code> cop. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14911">#14911</a>: Support built-in MCP server (experimental). ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14829">#14829</a>: Allow classes without a superclass in <code>Style/EmptyClassDefinition</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14873">#14873</a>: Fix an error in <code>Style/NegatedWhile</code> when the last expression of an <code>until</code> condition is negated. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14827">#14827</a>: Improve <code>Style/EmptyClassDefinition</code> message wording. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14800">#14800</a>: Fix false obsolete configuration error for extracted cops when loaded as plugins. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14928">#14928</a>: Fix a false positive for <code>Lint/Void</code> when <code>nil</code> is used in <code>case</code> branch. ([<a href="https://github.com/5hun-s"><code>@​5hun-s</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14857">#14857</a>: Fix false positives in <code>Style/IfUnlessModifier</code> when modifier forms are used inside string interpolations. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/8773">#8773</a>: Fix false positives in <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code>. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/6963">#6963</a>: Fix false positives in <code>Lint/Void</code> for <code>each</code> blocks where the return value may be meaningful (e.g., <code>Enumerator#each</code>). ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14931">#14931</a>: Ignore directive comments inside comments. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14834">#14834</a>: Fix <code>Layout/IndentationWidth</code> false positive for chained method blocks when <code>EnforcedStyleAlignWith</code> is <code>start_of_line</code>. ([<a href="https://github.com/krororo"><code>@​krororo</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14756">#14756</a>: Fix <code>Lint/Void</code> to detect void expressions in <code>case</code>/<code>when</code> branches. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14874">#14874</a>: Fix a <code>Parser::ClobberingError</code> in <code>Lint/UselessAssignment</code> when autocorrecting a useless assignment that wraps a block containing another useless assignment. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14880">#14880</a>: Fix a false negative in <code>Layout/MultilineAssignmentLayout</code> when using <code>numblock</code> or <code>itblock</code> with <code>SupportedTypes: ['block']</code>. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11462">#11462</a>: Fix over-indentation when autocorrecting nested hashes with <code>Layout/FirstHashElementIndentation</code>. ([<a href="https://github.com/ydakuka"><code>@​ydakuka</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14880">#14880</a>: Recognize block on different line from left side of multi-line assignment in <code>Layout/MultilineAssignmentLayout</code>. ([<a href="https://github.com/sanfrecce-osaka"><code>@​sanfrecce-osaka</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14641">#14641</a>: Fix false positive in <code>Lint/RedundantSafeNavigation</code> when using <code>&amp;.respond_to?</code> with methods defined on <code>Object</code> (e.g., <code>:class</code>). ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14098">#14098</a>: Mark <code>Lint/SafeNavigationConsistency</code> autocorrect as unsafe. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14791">#14791</a>: Fix autocorrect producing <code>SyntaxError</code> in <code>Lint/InterpolationCheck</code> when single quoted string contains double quotes with invalid interpolation. ([<a href="https://github.com/ydakuka"><code>@​ydakuka</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14872">#14872</a>: Tweak autocorrection in <code>Style/HashAsLastArrayItem</code> when multiline hash elements. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14917">#14917</a>: Change <code>Style/EndlessMethod</code> cop to consider receivers. ([<a href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14851">#14851</a>: Reduce precision in 'Finished in X.X seconds' message to 5 decimal places. ([<a href="https://github.com/ZimbiX"><code>@​ZimbiX</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14895">#14895</a>: Rename <code>class_definition</code> to <code>class_keyword</code> in <code>EnforcedStyle</code> of <code>Style/EmptyClassDefinition</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14956">#14956</a>: Add support for <code>String.new</code> with interpolated strings to <code>Style/RedundantInterpolationUnfreeze</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14955">#14955</a>: Register redundant parentheses around block body in <code>Style/RedundantParentheses</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</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.85.0 (2026-02-26)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14921">#14921</a>: Add <code>mise.toml</code> as source for TargetRubyVersion. ([<a href="https://github.com/kitsane"><code>@​kitsane</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14925">#14925</a>: Add new <code>Lint/UnreachablePatternBranch</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14942">#14942</a>: Add new <code>Style/FileOpen</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14939">#14939</a>: Add new <code>Style/MapJoin</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14924">#14924</a>: Add new <code>Style/OneClassPerFile</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14923">#14923</a>: Add new <code>Style/PartitionInsteadOfDoubleSelect</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14811">#14811</a>: Add new <code>Style/PredicateWithKind</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14938">#14938</a>: Add new <code>Style/ReduceToHash</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14812">#14812</a>: Add new <code>Style/RedundantMinMaxBy</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13501">#13501</a>: Add new <code>Style/RedundantStructKeywordInit</code> cop. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14808">#14808</a>: Add new <code>Style/SelectByKind</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14810">#14810</a>: Add new <code>Style/SelectByRange</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14922">#14922</a>: Add new <code>Style/TallyMethod</code> cop. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14773">#14773</a>: Add new <code>Lint/DataDefineOverride</code> cop. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14781">#14781</a>: Add new <code>InternalAffairs/ItblockHandler</code> cop. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14911">#14911</a>: Support built-in MCP server (experimental). ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14829">#14829</a>: Allow classes without a superclass in <code>Style/EmptyClassDefinition</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14873">#14873</a>: Fix an error in <code>Style/NegatedWhile</code> when the last expression of an <code>until</code> condition is negated. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14827">#14827</a>: Improve <code>Style/EmptyClassDefinition</code> message wording. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14800">#14800</a>: Fix false obsolete configuration error for extracted cops when loaded as plugins. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14928">#14928</a>: Fix a false positive for <code>Lint/Void</code> when <code>nil</code> is used in <code>case</code> branch. ([<a href="https://github.com/5hun-s"><code>@​5hun-s</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14857">#14857</a>: Fix false positives in <code>Style/IfUnlessModifier</code> when modifier forms are used inside string interpolations. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/8773">#8773</a>: Fix false positives in <code>Style/HashTransformKeys</code> and <code>Style/HashTransformValues</code>. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/6963">#6963</a>: Fix false positives in <code>Lint/Void</code> for <code>each</code> blocks where the return value may be meaningful (e.g., <code>Enumerator#each</code>). ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14931">#14931</a>: Ignore directive comments inside comments. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14834">#14834</a>: Fix <code>Layout/IndentationWidth</code> false positive for chained method blocks when <code>EnforcedStyleAlignWith</code> is <code>start_of_line</code>. ([<a href="https://github.com/krororo"><code>@​krororo</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14756">#14756</a>: Fix <code>Lint/Void</code> to detect void expressions in <code>case</code>/<code>when</code> branches. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14874">#14874</a>: Fix a <code>Parser::ClobberingError</code> in <code>Lint/UselessAssignment</code> when autocorrecting a useless assignment that wraps a block containing another useless assignment. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14880">#14880</a>: Fix a false negative in <code>Layout/MultilineAssignmentLayout</code> when using <code>numblock</code> or <code>itblock</code> with <code>SupportedTypes: ['block']</code>. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11462">#11462</a>: Fix over-indentation when autocorrecting nested hashes with <code>Layout/FirstHashElementIndentation</code>. ([<a href="https://github.com/ydakuka"><code>@​ydakuka</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14880">#14880</a>: Recognize block on different line from left side of multi-line assignment in <code>Layout/MultilineAssignmentLayout</code>. ([<a href="https://github.com/sanfrecce-osaka"><code>@​sanfrecce-osaka</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14641">#14641</a>: Fix false positive in <code>Lint/RedundantSafeNavigation</code> when using <code>&amp;.respond_to?</code> with methods defined on <code>Object</code> (e.g., <code>:class</code>). ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14098">#14098</a>: Mark <code>Lint/SafeNavigationConsistency</code> autocorrect as unsafe. ([<a href="https://github.com/bbatsov"><code>@​bbatsov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14791">#14791</a>: Fix autocorrect producing <code>SyntaxError</code> in <code>Lint/InterpolationCheck</code> when single quoted string contains double quotes with invalid interpolation. ([<a href="https://github.com/ydakuka"><code>@​ydakuka</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14872">#14872</a>: Tweak autocorrection in <code>Style/HashAsLastArrayItem</code> when multiline hash elements. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14917">#14917</a>: Change <code>Style/EndlessMethod</code> cop to consider receivers. ([<a href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14851">#14851</a>: Reduce precision in 'Finished in X.X seconds' message to 5 decimal places. ([<a href="https://github.com/ZimbiX"><code>@​ZimbiX</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14895">#14895</a>: Rename <code>class_definition</code> to <code>class_keyword</code> in <code>EnforcedStyle</code> of <code>Style/EmptyClassDefinition</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14956">#14956</a>: Add support for <code>String.new</code> with interpolated strings to <code>Style/RedundantInterpolationUnfreeze</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14955">#14955</a>: Register redundant parentheses around block body in <code>Style/RedundantParentheses</code>. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/aa2797ef4779142bcca983ba71f7a66c2d4711f8"><code>aa2797e</code></a> Cut 1.85</li> <li><a href="https://github.com/rubocop/rubocop/commit/c0f33324a23832270f2174229efc42862ffe1cbb"><code>c0f3332</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/934465cec418c00b08c17784b0e94f96163af8d5"><code>934465c</code></a> Fix MCP version number and add missing language to source blocks</li> <li><a href="https://github.com/rubocop/rubocop/commit/07741815e2967bf8b7eb742528712848a9a9ca7a"><code>0774181</code></a> Fix nav placement, code blocks, and minor doc issues</li> <li><a href="https://github.com/rubocop/rubocop/commit/bb1eae4d1fbf9dd84d82158f9ebd770bf58c8647"><code>bb1eae4</code></a> Update version example in installation docs to 1.84</li> <li><a href="https://github.com/rubocop/rubocop/commit/276d1f091942ccab0ab961f84fb738feb39569b7"><code>276d1f0</code></a> Standardize code blocks to AsciiDoc [source] syntax</li> <li><a href="https://github.com/rubocop/rubocop/commit/9c62a14d61e5af15e0b3ddca83302a9d4c574a29"><code>9c62a14</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14956">#14956</a> from lovro-bikic/redundant-interpolation-unfreeze-s...</li> <li><a href="https://github.com/rubocop/rubocop/commit/d011fde70b887e3a85b60e86b4d8c075e01d0e55"><code>d011fde</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14955">#14955</a> from lovro-bikic/redundant-parentheses-block-body</li> <li><a href="https://github.com/rubocop/rubocop/commit/113f35c4c6a49c2bd9957101e03d3bf9e9899d8b"><code>113f35c</code></a> Add support for String.new with interpolated strings to Style/RedundantInterp...</li> <li><a href="https://github.com/rubocop/rubocop/commit/dc58188885b63fd6b850b181893357b4d0d3d68b"><code>dc58188</code></a> Register redundant parentheses around block body in Style/RedundantParentheses</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.84.2...v1.85.0">compare view</a></li> </ul> </details> <br /> Updates `minitest` from 6.0.1 to 6.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/minitest/minitest/blob/master/History.rdoc">minitest's changelog</a>.</em></p> <blockquote> <p>=== 6.0.2 / 2026-02-23</p> <ul> <li> <p>7 bug fixes:</p> <ul> <li>Added missing drb dependency from minitest-server. (y-yagi)</li> <li>Cleaned up bisect's sub-commands to load files directly, not ruby+require.</li> <li>Fixed bisect to use same cmd ($0) to run tests as original invocation.</li> <li>load server_plugin if server is loaded. (y-yagi)</li> <li>Manipulate local args instead of ARGV in Sprint.run.</li> <li>Only show --bisect in usage if using minitest.</li> <li>Remove -Itest:lib from bisect's rb_flags since bin/minitest adds them.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minitest/minitest/commit/339492cbaec5c460ec278e754199619d6431af35"><code>339492c</code></a> prepped for release</li> <li><a href="https://github.com/minitest/minitest/commit/73eb48e8ee893656e5d553537c54ebf93dcbfdd0"><code>73eb48e</code></a> Fixed some doco coverage... still running into tons of pain with rdoc.</li> <li><a href="https://github.com/minitest/minitest/commit/58387c7cda3b2fd14208fdc6fc749fe86c68e54c"><code>58387c7</code></a> - Fixed bisect to use same cmd ($0) to run tests as original invocation.</li> <li><a href="https://github.com/minitest/minitest/commit/2a529a042dd9394eb13f6f2ab0e372e71cb7b30c"><code>2a529a0</code></a> y-yagi is smart and I am dum</li> <li><a href="https://github.com/minitest/minitest/commit/cf465a6ae1b3d9991ba42dc78980e6f9b7f30cf2"><code>cf465a6</code></a> - Only show --bisect in usage if using minitest.</li> <li><a href="https://github.com/minitest/minitest/commit/e5ad492c531a560b9b6cd04e6b220e8900e6eb88"><code>e5ad492</code></a> Push up server_plugin fix to minitest.rb guarded by env.</li> <li><a href="https://github.com/minitest/minitest/commit/a7aeb10ede0bf9e83527b8ace9eb164cf041387a"><code>a7aeb10</code></a> Fixed up tests to be line independent.</li> <li><a href="https://github.com/minitest/minitest/commit/59ac1fa718adaa66ad0873e544559a5b7da387f8"><code>59ac1fa</code></a> - MT6: load server_plugin if server is loaded. (y-yagi)</li> <li><a href="https://github.com/minitest/minitest/commit/dba350e0c17a11c10f732a14722c2e3b97615fa8"><code>dba350e</code></a> - Manipulate local args instead of ARGV in Sprint.run.</li> <li><a href="https://github.com/minitest/minitest/commit/8e008ed6259f1f33116d7cba3d5f7788d71f56df"><code>8e008ed</code></a> Added new rdoc rsync location.</li> <li>Additional commits viewable in <a href="https://github.com/minitest/minitest/compare/v6.0.1...v6.0.2">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 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 dcdbddb + 0449c53 commit c79ddcb

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ GEM
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
2828
uri (>= 0.13.1)
29+
addressable (2.8.9)
30+
public_suffix (>= 2.0.2, < 8.0)
2931
ast (2.4.3)
3032
base64 (0.3.0)
3133
bigdecimal (4.0.1)
@@ -39,13 +41,19 @@ GEM
3941
i18n (1.14.8)
4042
concurrent-ruby (~> 1.0)
4143
json (2.18.1)
44+
json-schema (6.1.0)
45+
addressable (~> 2.8)
46+
bigdecimal (>= 3.1, < 5)
4247
language_server-protocol (3.17.0.5)
4348
lint_roller (1.1.0)
4449
logger (1.7.0)
4550
loofah (2.25.0)
4651
crass (~> 1.0.2)
4752
nokogiri (>= 1.12.0)
48-
minitest (6.0.1)
53+
mcp (0.7.1)
54+
json-schema (>= 4.1)
55+
minitest (6.0.2)
56+
drb (~> 2.0)
4957
prism (~> 1.5)
5058
nokogiri (1.19.1-arm64-darwin)
5159
racc (~> 1.4)
@@ -54,10 +62,11 @@ GEM
5462
nokogiri (1.19.1-x86_64-linux-gnu)
5563
racc (~> 1.4)
5664
parallel (1.27.0)
57-
parser (3.3.10.1)
65+
parser (3.3.10.2)
5866
ast (~> 2.4.1)
5967
racc
6068
prism (1.9.0)
69+
public_suffix (7.0.2)
6170
racc (1.8.1)
6271
rack (3.2.5)
6372
rails-dom-testing (2.3.0)
@@ -83,10 +92,11 @@ GEM
8392
diff-lcs (>= 1.2.0, < 2.0)
8493
rspec-support (~> 3.13.0)
8594
rspec-support (3.13.6)
86-
rubocop (1.84.2)
95+
rubocop (1.85.0)
8796
json (~> 2.3)
8897
language_server-protocol (~> 3.17.0.2)
8998
lint_roller (~> 1.1.0)
99+
mcp (~> 0.6)
90100
parallel (~> 1.10)
91101
parser (>= 3.3.0.2)
92102
rainbow (>= 2.2.2, < 4.0)

0 commit comments

Comments
 (0)