Skip to content

Bump the ruby-dependencies group across 1 directory with 10 updates#343

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/compare/ruby-dependencies-84a8577ce7
Open

Bump the ruby-dependencies group across 1 directory with 10 updates#343
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/compare/ruby-dependencies-84a8577ce7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2025

Bumps the ruby-dependencies group with 1 update in the /compare directory: rubocop.

Updates rubocop from 1.59.0 to 1.86.1

Release notes

Sourced from rubocop's releases.

RuboCop v1.86.1

Bug fixes

  • #11051: Fix Style/AccessModifierDeclarations inline autocorrect dropping comments between the access modifier and the following method definition. (@​dduugg)
  • #14665: Cache plugin integration in CopHelper to avoid repeated loading. (@​55728)
  • #15091: Fix Lint/DuplicateMethods false positives for anonymous classes in constant assignments and method return values. (@​eugeneius)
  • #15055: Fix Lint/DuplicateMethods false positives with anonymous classes inside blocks (e.g. RSpec let, describe). (@​ShkumbinDelija)
  • #15035: Exclude included_modules from Style/ModuleMemberExistenceCheck. (@​koic)
  • #15087: Fix false positive for Style/RedundantLineContinuation when using interpolated string literals. (@​koic)
  • #14361: Fix false positive in file_to_include? when a relative Include pattern matches a parent directory name in the absolute file path. (@​jonas054)
  • #15090: Fix false positives for Layout/EmptyLineAfterGuardClause when consecutive guard clauses use and return. (@​eugeneius)
  • #15070: Fix false positive for Lint/RedundantSafeNavigation when chained safe navigation is used in a conditional expression with InferNonNilReceiver enabled. (@​koic)
  • #15074: Fix false positives in Style/RedundantParentheses when using parentheses around an endless range in assignment. (@​koic)
  • #15048: Fix issue where the url_for is missing for Cops without instance methods. (@​Fryguy)
  • #15051: Fix Style/RedundantParentheses handling of beginless ranges. (@​oggy)
  • #14980: Fix Lint/Syntax zero-length diagnostic range for syntax errors at EOF. (@​55728)
  • #15084: Handle heredocs with methods calls correctly when fixing guard clauses. (@​G-Rath)
  • #11398: Fix incorrect Include path adjustment when local config overrides an inherited Include. (@​jonas054)
  • #15092: Fix Layout/EndAlignment cop error on an empty begin. (@​viralpraxis)
  • #15059: Fix an error in Layout/LineLength when SplitStrings option is enabled and __FILE__ is used. (@​jeromedalbert)
  • #5876: Fix Lint/UnusedMethodArgument false positive when block argument is used via yield. (@​dduugg)
  • #15093: Return tool execution errors instead of protocol errors in MCP server. (@​koic)

Changes

  • #15005: Make Style/OneClassPerFile exclude spec/**/* and test/**/* by default. (@​koic)
  • #15081: Relax parallel dependency to >= 1.10. (@​koic)
  • #15063: Disable Style/RedundantStructKeywordInit cop by default. (@​koic)

RuboCop v1.86.0

New features

Bug fixes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.86.1 (2026-04-09)

Bug fixes

  • #11051: Fix Style/AccessModifierDeclarations inline autocorrect dropping comments between the access modifier and the following method definition. ([@​dduugg][])
  • #14665: Cache plugin integration in CopHelper to avoid repeated loading. ([@​55728][])
  • #15091: Fix Lint/DuplicateMethods false positives for anonymous classes in constant assignments and method return values. ([@​eugeneius][])
  • #15055: Fix Lint/DuplicateMethods false positives with anonymous classes inside blocks (e.g. RSpec let, describe). ([@​ShkumbinDelija][])
  • #15035: Exclude included_modules from Style/ModuleMemberExistenceCheck. ([@​koic][])
  • #15087: Fix false positive for Style/RedundantLineContinuation when using interpolated string literals. ([@​koic][])
  • #14361: Fix false positive in file_to_include? when a relative Include pattern matches a parent directory name in the absolute file path. ([@​jonas054][])
  • #15090: Fix false positives for Layout/EmptyLineAfterGuardClause when consecutive guard clauses use and return. ([@​eugeneius][])
  • #15070: Fix false positive for Lint/RedundantSafeNavigation when chained safe navigation is used in a conditional expression with InferNonNilReceiver enabled. ([@​koic][])
  • #15074: Fix false positives in Style/RedundantParentheses when using parentheses around an endless range in assignment. ([@​koic][])
  • #15048: Fix issue where the url_for is missing for Cops without instance methods. ([@​Fryguy][])
  • #15051: Fix Style/RedundantParentheses handling of beginless ranges. ([@​oggy][])
  • #14980: Fix Lint/Syntax zero-length diagnostic range for syntax errors at EOF. ([@​55728][])
  • #15084: Handle heredocs with methods calls correctly when fixing guard clauses. ([@​G-Rath][])
  • #11398: Fix incorrect Include path adjustment when local config overrides an inherited Include. ([@​jonas054][])
  • #15092: Fix Layout/EndAlignment cop error on an empty begin. ([@​viralpraxis][])
  • #15059: Fix an error in Layout/LineLength when SplitStrings option is enabled and __FILE__ is used. ([@​jeromedalbert][])
  • #5876: Fix Lint/UnusedMethodArgument false positive when block argument is used via yield. ([@​dduugg][])
  • #15093: Return tool execution errors instead of protocol errors in MCP server. ([@​koic][])

Changes

  • #15005: Make Style/OneClassPerFile exclude spec/**/* and test/**/* by default. ([@​koic][])
  • #15081: Relax parallel dependency to >= 1.10. ([@​koic][])
  • #15063: Disable Style/RedundantStructKeywordInit cop by default. ([@​koic][])

1.86.0 (2026-03-23)

New features

Bug fixes

  • #15015: Fix Style/ConcatArrayLiterals autocorrect deleting code for percent literals with interpolation. ([@​bbatsov][])
  • #14897: Detect constant reassignment after class/module definition in Lint/ConstantReassignment. ([@​ydakuka][])
  • #11829: Fix false negatives for Lint/DuplicateMethods when duplicate methods are defined in anonymous classes and modules not assigned to a constant. ([@​Darhazer][])
  • #14988: Fix false negative in Style/RedundantParentheses when redundant parentheses around range literals in block body. ([@​koic][])
  • #14916: Fix false positive for Layout/MultilineMethodCallIndentation when method chain is inside a hash pair value passed to a multiline chained method call. ([@​ydakuka][])
  • #15010: Fix a false positive for Lint/DuplicateMethods when modules blocks are passed as method arguments. ([@​5hun-s][])
  • #15028: Fix a false positive for Lint/DuplicateMethods when the same method is defined in different anonymous module blocks passed to a no-receiver call (e.g. stub_const). ([@​Darhazer][])
  • #15021: Fix false positives in Layout/EmptyLineAfterGuardClause when using a guard clause followed by a multi-line guard clause with raise, fail, return, break, or next. ([@​koic][])
  • #15001: Fix false positives in Layout/RedundantLineBreak when setting InspectBlocks: true and using rescue or ensure in the block. ([@​koic][])
  • #14997: Fix false positives in Style/FileOpen when assigning File.open to an instance variable, class variable, global variable, or constant. ([@​koic][])

... (truncated)

Commits
  • af80266 Cut 1.86.1
  • eb504ce Update Changelog
  • 9c8fe2c Merge pull request #15085 from G-Rath/fix-style-guard
  • 11d796a Merge pull request #15093 from koic/fix_return_tool_execution_errors_instead_...
  • 4450067 Return tool execution errors instead of protocol errors in MCP server
  • ff64180 Merge pull request #15092 from viralpraxis/fix-an-error-for-layout-end-alignm...
  • 11e04c0 Merge pull request #15091 from eugeneius/duplicate_methods_anonymous_classes
  • b8deea4 Merge pull request #15090 from eugeneius/guard_clause_and_return
  • e130020 Fix Layout/EndAlignment cop error on an empty begin
  • 4808594 Fix DuplicateMethods for anonymous classes in constant assignments and methods
  • Additional commits viewable in compare view

Updates ast from 2.4.2 to 2.4.3

Commits

Updates json from 2.7.1 to 2.19.4

Release notes

Sourced from json's releases.

v2.19.4

What's Changed

  • Fix parsing of out of range floats (very large exponents that lead to either 0.0 or Inf).

Full Changelog: ruby/json@v2.19.2...v2.19.4

v2.19.3

  • Fix handling of unescaped control characters preceeded by a backslash.

Full Changelog: ruby/json@v2.19.2...v2.19.3

v2.19.2

What's Changed

  • Fix a format string injection vulnerability in JSON.parse(doc, allow_duplicate_key: false). CVE-2026-33210

Full Changelog: ruby/json@v2.19.1...v2.19.2

v2.19.1

What's Changed

  • Fix a compiler dependent GC bug introduced in 2.18.0.

Full Changelog: ruby/json@v2.19.0...v2.19.1

v2.19.0

What's Changed

  • Fix allow_blank parsing option to no longer allow invalid types (e.g. load([], allow_blank: true) now raise a type error).
  • Add allow_invalid_escape parsing option to ignore backslashes that aren't followed by one of the valid escape characters.

Full Changelog: ruby/json@v2.18.1...v2.19.0

v2.18.1

What's Changed

  • Fix a potential crash in very specific circumstance if GC triggers during a call to to_json without first invoking a user defined #to_json method.

Full Changelog: ruby/json@v2.18.0...v2.18.1

v2.18.0

What's Changed

  • Add :allow_control_characters parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).

Full Changelog: ruby/json@v2.17.1...v2.18.0

... (truncated)

Changelog

Sourced from json's changelog.

2026-04-19 (2.19.4)

  • Fix parsing of out of range floats (very large exponents that lead to either 0.0 or Inf).

2026-03-25 (2.19.3)

  • Fix handling of unescaped control characters preceeded by a backslash.

2026-03-18 (2.19.2)

  • Fix a format string injection vulnerability in JSON.parse(doc, allow_duplicate_key: false). CVE-2026-33210.

2026-03-08 (2.19.1)

  • Fix a compiler dependent GC bug introduced in 2.18.0.

2026-03-06 (2.19.0)

  • Fix allow_blank parsing option to no longer allow invalid types (e.g. load([], allow_blank: true) now raise a type error).
  • Add allow_invalid_escape parsing option to ignore backslashes that aren't followed by one of the valid escape characters.

2026-02-03 (2.18.1)

  • Fix a potential crash in very specific circumstance if GC triggers during a call to to_json without first invoking a user defined #to_json method.

2025-12-11 (2.18.0)

  • Add :allow_control_characters parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).

2026-03-18 (2.17.1.2) - Security Backport

  • Fix a format string injection vulnerability in JSON.parse(doc, allow_duplicate_key: false). CVE-2026-33210.

2025-12-04 (2.17.1)

  • Fix a regression in parsing of unicode surogate pairs (\uXX\uXX) that could cause an invalid string to be returned.

2025-12-03 (2.17.0)

  • Improve JSON.load and JSON.unsafe_load to allow passing options as second argument.
  • Fix the parser to no longer ignore invalid escapes in strings. Only \", \\, \b, \f, \n, \r, \t and \u are valid JSON escapes.
  • Fixed JSON::Coder to use the depth it was initialized with.
  • On TruffleRuby, fix the generator to not call to_json on the return value of as_json for Float::NAN.
  • Fixed handling of state.depth: when to_json changes state.depth but does not restore it, it is reset automatically to its initial value. In particular, when a NestingError is raised, depth is no longer equal to max_nesting after the call to generate, and is reset to its initial value. Similarly when to_json raises an exception.

... (truncated)

Commits
  • 6688a81 Release 2.19.4
  • f1e6163 Fix references to NAN and INFINITY in documentation comments
  • 18d5475 Reduce warnings
  • 1072482 Fix parsing of negative out of bound floats.
  • 20454ba Fix handling out of of range exponent in numbers
  • 0e99fcb Fix json generation for symbols on TruffleRuby
  • ac0670b Keep Integer#to_json optimized and adapt the test
  • 35db859 Avoid extra String#+@ calls, interpolated strings are already mutable
  • d0b47b0 Avoid method redefinition warnings in test_broken_bignum
  • e871d07 test_broken_bignum: avoid fork and subprocess for robustness
  • Additional commits viewable in compare view

Updates language_server-protocol from 3.17.0.3 to 3.17.0.5

Changelog

Sourced from language_server-protocol's changelog.

3.17.0.5

  • Use JSON.generate() instead to improve performance (#115)

3.17.0.4

  • Add #close to Reader and Writer (#112)
Commits
  • 174c0d1 Release 3.17.0.5
  • 60c9aaa Merge pull request #116 from tomoasleep/add-attribute-signature
  • c7d8677 Merge pull request #115 from Watson1978/to_json
  • 7e6ca7a Generate RBS definitions of attribute method signatures
  • 69a5185 Use JSON.generate() instead to improve performance
  • 529cbfc Release 3.17.0.4
  • 0983c87 $ bundle exec rbs collection update
  • 697a015 Exclude sig file for now
  • 9453d6b Merge pull request #114 from mtsmfm/add-3-4-ci
  • f1141d6 Test against Ruby 3.4
  • Additional commits viewable in compare view

Updates parallel from 1.24.0 to 2.1.0

Changelog

Sourced from parallel's changelog.

2.1.0

Added

  • support different serializers
  • support for HMac verified serializer to secure hardened environments

2.0.1

Added

  • require mfa for gem release

2.0.0

Changed

  • Require Ruby >= 3.3
  • Add Ruby 4 Ractor support

1.28.0

Fixed

  • Dump undumpable exceptions without cause if that fixes the issue

1.27.0

Added

  • Ruby 3.4 support

1.26.3

Fixed

  • Ensure not to use old concurrent-ruby

1.26.2

Fixed

  • Revert v1.26.1 revert; restore cgroups-aware processor count

1.26.1

Fixed

  • Revert cgroups-aware processor count from v1.26.0

... (truncated)

Commits

Updates parser from 3.2.2.4 to 3.3.11.1

Changelog

Sourced from parser's changelog.

v3.3.11.1 (2026-03-27)

API modifications:

  • Bump maintenance branches to 3.2.11 (#1089) (Koichi ITO)

v3.3.11.0 (2026-03-26)

API modifications:

  • Bump maintenance branches to 3.3.11 (#1088) (Koichi ITO)

v3.3.10.2 (2026-02-17)

Features implemented:

  • add blocknilarg for prism (#1087) (Earlopain)

v3.3.10.1 (2026-01-15)

API modifications:

  • Bump maintenance branches to 3.2.10 (#1085) (Koichi ITO)

v3.3.10.0 (2025-10-27)

API modifications:

  • Bump maintenance branches to 3.3.10 (#1083) (Koichi ITO)

v3.3.9.0 (2025-07-25)

API modifications:

  • Bump maintenance branches to 3.3.9 (#1080) (Koichi ITO)
  • Bump maintenance branches to 3.2.9 (#1079) (Koichi ITO)

v3.3.7.5 (2025-04-14)

API modifications:

  • Bump maintenance branches to 3.3.8 (#1077) (Koichi ITO)
  • YARD docs for Parser::CurrentRuby and Parser::Base#version (#1076) (Vince Broz)

v3.3.7.4 (2025-03-31)

Bugs fixed:

  • lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051) (Earlopain)
  • builder.rb: emit kwargs node for indexasgn when opted in (#1053) (Earlopain)

... (truncated)

Commits

Updates racc from 1.7.3 to 1.8.1

Release notes

Sourced from racc's releases.

v1.8.1

What's Changed

New Contributors

Full Changelog: ruby/racc@v1.8.0...v1.8.1

v1.8.0

What's Changed

New Contributors

Full Changelog: ruby/racc@v1.7.3...v1.8.0

Commits
  • 5229883 Merge pull request #275 from yui-knk/v1.8.1
  • d02c61b Bump up v1.8.1
  • a71dd38 Merge pull request #273 from ydah/fix-filepath-lineno
  • 93b7447 Add test code for TestRaccCommand
  • a6e840d Fix file path and line number errors when using +, * and ()
  • d27b781 Merge pull request #274 from ydah/rename-docs-main
  • f767767 Fix RDoc main file to "README.rdoc"
  • 2c5a142 Merge pull request #271 from mark-young-atg/provide_changelog_link_on_rubygems
  • a9b656c Provide a 'Changelog' link on rubygems.org/gems/racc
  • ea43e57 Merge pull request #270 from koic/fix_a_typo
  • Additional commits viewable in compare view

Updates regexp_parser from 2.8.3 to 2.12.0

Changelog

Sourced from regexp_parser's changelog.

[2.12.0] - 2026-04-04 - Janosch Müller

Added

  • support for new unicode properties of Ruby 4.0.0

[2.11.3] - 2025-09-15 - Janosch Müller

Fixed

  • correctly emit backslash-escaped UTF8 characters in character classes as one token (#104)

[2.11.2] - 2025-08-12 - Janosch Müller

Added

Fixed

  • scan with correct encoding when passing regopt individually (#102)

[2.11.1] - 2025-08-08 - Janosch Müller

Fixed

  • restored compatibility with Ruby < 2.6, broken in regexp_parser v2.11.0

[2.11.0] - 2025-08-03 - Janosch Müller

Added

  • a new token :escape, :utf8_hex and expression EscapeSequence::UTF8Hex
    • used for UTF-8 hex escapes, e.g. \xE2\x82\xAC representing U+20AC "€"

Fixed

  • detection of numeric backrefs > 9, e.g. ((((((((((foo))))))))))\10
    • these are only backrefs in Ruby if sufficient groups have been opened
    • they were previously always scanned as octal or literal escapes

[2.10.0] - 2024-12-25 - Janosch Müller

Added

  • #referenced_expressions

... (truncated)

Commits
  • 55f48a1 Release v2.12.0
  • 2c97fc7 Disable gouteur for mutant
  • 2d2babd Add ruby 4 unicode properties
  • c5094a8 Release v2.11.3
  • f3c3a79 Clean up ragel out put some more
  • 6993fab Deduplicate transition
  • a611c88 Merge pull request #106 from Earlopain/fix-utf8-escapes-in-sets
  • 1500106 Merge pull request #105 from Earlopain/ragel-rake-buildin-command
  • 2efa904 Fix UTF8 escapes in character classes
  • fe4c477 Fix bundle exec rake install when command is buildin
  • Additional commits viewable in compare view

Updates rubocop-ast from 1.30.0 to 1.49.1

Release notes

Sourced from rubocop-ast's releases.

RuboCop AST v1.49.1

Bug fixes

RuboCop AST v1.49.0

New features

RuboCop AST v1.48.0

New features

RuboCop AST v1.46.0

New features

Bug fixes

RuboCop AST v1.45.1

Bug fixes

  • #382: Fix an error when using Parser gem with prism_result. (@​koic)

RuboCop AST v1.45.0

New features

  • #381: Support AST::Node#any_match_pattern_type? method. (@​koic)

RuboCop AST v1.44.1

Bug fixes

... (truncated)

Changelog

Sourced from rubocop-ast's changelog.

1.49.1 (2026-03-11)

Bug fixes

  • #399: Fix unification variables not persisting in any-order nodes. ([@​marcandre][])

1.49.0 (2025-12-28)

New features

1.48.0 (2025-11-08)

New features

1.47.1 (2025-09-21)

Bug fixes

  • #386: Fix parsing of node patterns that match against the empty string. ([@​earloapin][])

1.47.0 (2025-09-19)

New features

1.46.0 (2025-07-16)

New features

Bug fixes

1.45.1 (2025-06-08)

Bug fixes

  • #382: Fix an error when using Parser gem with prism_result. ([@​koic][])

1.45.0 (2025-06-03)

New features

... (truncated)

Commits

Updates unicode-display_width from 2.5.0 to 3.2.0

Changelog

Sourced from unicode-display_width's changelog.

3.2.0

  • Unicode 17.0

3.1.5

  • Cache Emoji support level for performance reasons #30, patch by @​Earlopain:

3.1.4

  • Fix that skin tone modifiers were ignored when used in a non-ZWJ sequence context (= single emoji char + modifier) #29
  • Add more docs and specs about modifier handling

3.1.3

Better handling of non-UTF-8 strings, patch by @​Earlopain:

  • Data with BINARY encoding is interpreted as UTF-8, if possible
  • Use invalid: :replace and undef: :replace options when converting to UTF-8

3.1.2

  • Performance improvements

3.1.1

  • Performance improvements

3.1.0

Improve Emoji support:

  • Emoji modes: Differentiate between well-formed Emoji (:possible) and any ZWJ/modifier sequence (:all). The latter is more common and more efficient to implement.
  • Unify :rgi_{fqe,mqe,uqe} options to just :rgi to keep things simpler (corresponds to the former :rgi_uqe option). Most terminals that want to support the RGI set will probably want to catch Emoji sequences with missing VS16s.
  • Add new :all_no_vs16 and :rgi_at modes to be able to support some terminals that needs these quirks
  • Add alias emoji: :auto for emoji: true and emoji: :none for emoji: false
  • :auto mode: Only consider terminal cells when recommending Emoji support level (Emoji themselves might display differently)
  • :auto mode: Set default Emoji mode for unknown/unsupported terminals to :none
  • Rename :basic mode to :vs16

3.0.1

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 1, 2025
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 1144ef3 to f4ae226 Compare July 1, 2025 08:13
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from f4ae226 to ab2bf14 Compare August 1, 2025 05:28
@EliahKagan
Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from ab2bf14 to ee92220 Compare August 18, 2025 06:09
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from ee92220 to 8b18369 Compare October 1, 2025 05:02
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 8b18369 to 06ffb55 Compare November 1, 2025 05:02
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 06ffb55 to 547cf7e Compare December 1, 2025 05:41
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 547cf7e to 066965f Compare January 1, 2026 05:02
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 066965f to 9856643 Compare February 1, 2026 05:23
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 9856643 to 1db7acb Compare March 1, 2026 05:22
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from 1db7acb to f44ce64 Compare April 1, 2026 05:43
Bumps the ruby-dependencies group with 1 update in the /compare directory: [rubocop](https://github.com/rubocop/rubocop).


Updates `rubocop` from 1.59.0 to 1.86.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.59.0...v1.86.1)

Updates `ast` from 2.4.2 to 2.4.3
- [Changelog](https://github.com/whitequark/ast/blob/master/CHANGELOG.md)
- [Commits](whitequark/ast@v2.4.2...v2.4.3)

Updates `json` from 2.7.1 to 2.19.4
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.7.1...v2.19.4)

Updates `language_server-protocol` from 3.17.0.3 to 3.17.0.5
- [Changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md)
- [Commits](mtsmfm/language_server-protocol-ruby@v3.17.0.3...v3.17.0.5)

Updates `parallel` from 1.24.0 to 2.1.0
- [Changelog](https://github.com/grosser/parallel/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel@v1.24.0...v2.1.0)

Updates `parser` from 3.2.2.4 to 3.3.11.1
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.2.2.4...v3.3.11.1)

Updates `racc` from 1.7.3 to 1.8.1
- [Release notes](https://github.com/ruby/racc/releases)
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog)
- [Commits](ruby/racc@v1.7.3...v1.8.1)

Updates `regexp_parser` from 2.8.3 to 2.12.0
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](ammar/regexp_parser@v2.8.3...v2.12.0)

Updates `rubocop-ast` from 1.30.0 to 1.49.1
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.30.0...v1.49.1)

Updates `unicode-display_width` from 2.5.0 to 3.2.0
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-display_width@v2.5.0...v3.2.0)

---
updated-dependencies:
- dependency-name: ast
  dependency-version: 2.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: json
  dependency-version: 2.12.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: language_server-protocol
  dependency-version: 3.17.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: parallel
  dependency-version: 1.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: parser
  dependency-version: 3.3.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: racc
  dependency-version: 1.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: regexp_parser
  dependency-version: 2.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop
  dependency-version: 1.75.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop-ast
  dependency-version: 1.44.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: unicode-display_width
  dependency-version: 3.1.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/compare/ruby-dependencies-84a8577ce7 branch from f44ce64 to e5415c4 Compare May 1, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant