Skip to content

Commit 3f7545d

Browse files
authored
build(deps): bump rubocop from 1.85.0 to 1.85.1 in the all-dependencies group (#223)
Bumps the all-dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.85.0 to 1.85.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p> <blockquote> <h2>RuboCop v1.85.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14958">#14958</a>: Fix false positives in <code>Style/FileOpen</code> when <code>File.open</code> is passed as an argument or returned from a method. (<a href="https://github.com/sferik"><code>@​sferik</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14973">#14973</a>: Fix <code>Style/ReduceToHash</code> false positive when accumulator is read in key/value. (<a href="https://github.com/sferik"><code>@​sferik</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14964">#14964</a>: Fix false positives in <code>Style/RedundantParentheses</code> when parenthesizing a range in a block body. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14969">#14969</a>: Autoload formatters; they're required only when actually used. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>)</li> </ul> </blockquote> </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.1 (2026-03-03)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14958">#14958</a>: Fix false positives in <code>Style/FileOpen</code> when <code>File.open</code> is passed as an argument or returned from a method. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14973">#14973</a>: Fix <code>Style/ReduceToHash</code> false positive when accumulator is read in key/value. ([<a href="https://github.com/sferik"><code>@​sferik</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14964">#14964</a>: Fix false positives in <code>Style/RedundantParentheses</code> when parenthesizing a range in a block body. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14969">#14969</a>: Autoload formatters; they're required only when actually used. ([<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/fd076726f524a9a551f9a528eec2df57e2762146"><code>fd07672</code></a> Cut 1.85.1</li> <li><a href="https://github.com/rubocop/rubocop/commit/5c41f90877049254f9921ebef7c06204047fff9d"><code>5c41f90</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/5e8e49241a0e95121dd9977cd8e305e3a871639f"><code>5e8e492</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14975">#14975</a> from sferik/fix_14973</li> <li><a href="https://github.com/rubocop/rubocop/commit/90f37805a90515a09870e3770299728d827d5e52"><code>90f3780</code></a> Fix <code>Style/ReduceToHash</code> false positive when accumulator is read in key/value</li> <li><a href="https://github.com/rubocop/rubocop/commit/90c795960da9c7fbd40b16f3b245eb26a6d564fa"><code>90c7959</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14972">#14972</a> from lovro-bikic/relevant-options-digest-cache</li> <li><a href="https://github.com/rubocop/rubocop/commit/3c20e8dfc234f00a734072ece4db77d0c1e793d7"><code>3c20e8d</code></a> Cache relevant options digest</li> <li><a href="https://github.com/rubocop/rubocop/commit/e305f79a463c5b281ec6c1309a028da7718eaa8f"><code>e305f79</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14969">#14969</a> from lovro-bikic/autoload-formatter-constants</li> <li><a href="https://github.com/rubocop/rubocop/commit/3f0a304d9cc50088bff9fb715efb0d6d3f461daf"><code>3f0a304</code></a> Autoload formatters; they're required only when actually used</li> <li><a href="https://github.com/rubocop/rubocop/commit/eb973f45f8f61d247ef53346d4f88b88ef5fa094"><code>eb973f4</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14966">#14966</a> from koic/fix_false_positives_in_style_redundant_pa...</li> <li><a href="https://github.com/rubocop/rubocop/commit/3338a40a194fefa010220a9a7cdc4d4005bb5e79"><code>3338a40</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/14964">#14964</a>] Fix false positives in <code>Style/RedundantParentheses</code></li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.85.0...v1.85.1">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.85.0&new-version=1.85.1)](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>
2 parents 41f119a + 8d62480 commit 3f7545d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ GEM
4040
erubi (1.13.1)
4141
i18n (1.14.8)
4242
concurrent-ruby (~> 1.0)
43-
json (2.18.1)
44-
json-schema (6.1.0)
43+
json (2.19.1)
44+
json-schema (6.2.0)
4545
addressable (~> 2.8)
4646
bigdecimal (>= 3.1, < 5)
4747
language_server-protocol (3.17.0.5)
@@ -50,7 +50,7 @@ GEM
5050
loofah (2.25.0)
5151
crass (~> 1.0.2)
5252
nokogiri (>= 1.12.0)
53-
mcp (0.7.1)
53+
mcp (0.8.0)
5454
json-schema (>= 4.1)
5555
minitest (6.0.2)
5656
drb (~> 2.0)
@@ -66,7 +66,7 @@ GEM
6666
ast (~> 2.4.1)
6767
racc
6868
prism (1.9.0)
69-
public_suffix (7.0.2)
69+
public_suffix (7.0.5)
7070
racc (1.8.1)
7171
rack (3.2.5)
7272
rails-dom-testing (2.3.0)
@@ -92,7 +92,7 @@ GEM
9292
diff-lcs (>= 1.2.0, < 2.0)
9393
rspec-support (~> 3.13.0)
9494
rspec-support (3.13.6)
95-
rubocop (1.85.0)
95+
rubocop (1.85.1)
9696
json (~> 2.3)
9797
language_server-protocol (~> 3.17.0.2)
9898
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)