Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop).
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 /> [](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/6859 -- Commit Summary -- * Bump rubocop from 1.84.2 to 1.85.0 in the rubocop group -- File Changes -- M Gemfile.lock (8) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/6859.patch https://github.com/openstreetmap/openstreetmap-website/pull/6859.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6859 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
