Skip to content

chore(deps): Bump the bundler group across 1 directory with 4 updates - #15

Merged
cursor[bot] merged 5 commits into
mainfrom
dependabot/bundler/bundler-fea5e4fb5e
Jul 29, 2026
Merged

chore(deps): Bump the bundler group across 1 directory with 4 updates#15
cursor[bot] merged 5 commits into
mainfrom
dependabot/bundler/bundler-fea5e4fb5e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the bundler group with 3 updates in the / directory: yard, excon and faraday.

Updates yard from 0.9.38 to 0.9.44

Release notes

Sourced from yard's releases.

Release v0.9.44

  • Fix possible path traversal with document_root (--docroot) and disk caching (--cache) set in yard server (GHSA-pxcc-8665-phx8)
  • Fix support for HTML entities in HybridMarkup (#1680, #1681)
  • Add support for string literals in TypesExplainer (#1628)
  • Add support for multiple & nested Hash keys definition (#1630)

Release v0.9.43

  • Fix attribute registration in .rbs files (#1583)

Release v0.9.42

  • Fix alternating rows when loading a module in default HTML templates with subelements in the nav frame
  • Fix reliability of keypresses and copy/paste in search box (#1174)
  • Fix regression in yard server search box styling
  • Fix possible path traversal with document_root (--docroot) set in yard server (GHSA-xfhh-rx56-rxcr)

Release v0.9.41

  • Add support for rdoc-image:... syntax in HybridMarkup (#1676)
  • Add support for colon suffix code blocks in HybridMarkup (rdoc compatibility)
  • Fix responsiveness and state issues with nav frame links in yard server

Release v0.9.40

  • Add support for Ruby .rbs files (docstrings included) (#1673)
  • Add built-in hybrid RDoc/Markdown renderer (HybridMarkdown) requiring no external gems (#1674)
  • Add support for #- as a comment-block separator. See Getting Started Guide.
  • Add support for commonmarker version >= 1.0.
  • Remove usage of jQuery in default templates. jQuery library is still packaged in templates for backward compatibility (#1675)
  • Fix false self-referential mixin when bare name matches ancestor namespace (#1672)
  • Fix bracket/brace map corruption from Ruby 3.0+ pattern matching deconstruction (#1671)
  • Fix @!scope class on attributes (#1582, #1655, #1666)
  • Fix @!parse directives not including source for block (#1665)
  • Fix inherited methods not appearing in groups (#1656)

Release v0.9.39

  • Add support for Ruby 4.0 (#1663)
  • Add changelog URI to gemspec metadata (#1641)
  • Fix issues with source ranges (#1642)
  • Fix an issue loading relative links from file list in HTML template (#1660)
  • Various test fixes (#1650, #1651)
Changelog

Sourced from yard's changelog.

0.9.44 - May 25th, 2026

  • Fix possible path traversal with document_root (--docroot) and disk caching (--cache) set in yard server (GHSA-pxcc-8665-phx8)
  • Fix support for HTML entities in HybridMarkup (#1680, #1681)
  • Add support for string literals in TypesExplainer (#1628)
  • Add support for multiple & nested Hash keys definition (#1630)

0.9.43 - April 17th, 2026

  • Fix attribute registration in .rbs files (#1583)

0.9.42 - April 16th, 2026

  • Fix alternating rows when loading a module in default HTML templates with subelements in the nav frame
  • Fix reliability of keypresses and copy/paste in search box (#1174)
  • Fix regression in yard server search box styling
  • Fix possible path traversal with document_root (--docroot) set in yard server (GHSA-xfhh-rx56-rxcr)

0.9.41 - April 14th, 2026

  • Add support for rdoc-image:... syntax in HybridMarkup (#1676)
  • Add support for colon suffix code blocks in HybridMarkup (rdoc compatibility)
  • Fix responsiveness and state issues with nav frame links in yard server

0.9.40 - April 12th, 2026

  • Add support for Ruby .rbs files (docstrings included) (#1673)
  • Add built-in hybrid RDoc/Markdown renderer (HybridMarkdown) requiring no external gems (#1674)
  • Add support for #- as a comment-block separator. See Getting Started Guide.
  • Add support for commonmarker version >= 1.0.
  • Remove usage of jQuery in default templates. jQuery library is still packaged in templates for backward compatibility (#1675)
  • Fix false self-referential mixin when bare name matches ancestor namespace (#1672)
  • Fix bracket/brace map corruption from Ruby 3.0+ pattern matching deconstruction (#1671)
  • Fix @!scope class on attributes (#1582, #1655, #1666)
  • Fix @!parse directives not including source for block (#1665)
  • Fix inherited methods not appearing in groups (#1656)

0.9.39 - April 8th, 2026

... (truncated)

Commits
  • 6f678d0 Release: v0.9.44
  • 3755c12 Update changelog
  • f78c19f Fix possible path traversal in StaticCaching
  • d29a77c rubocop-yard: Add support for multiple & nested Hash keys definition (#1630)
  • d5b67c5 rubocop-yard: Add support for string literals in TypesExplainer (#1628)
  • 8ca7b6a Update copyright year in LICENSE file
  • c2c3e75 Fix license text formatting in README.md
  • bb515ae Support all valid HTML entities in HybridMarkdown (#1681)
  • 1a3b19f Bump actions/setup-node from 4 to 6 (#1678)
  • b9416d6 Release: v0.9.43
  • Additional commits viewable in compare view

Updates excon from 1.4.2 to 1.5.0

Changelog

Sourced from excon's changelog.

1.5.0 2026-05-03

  • update bundled certs
  • invalid parameter error for nil host
  • close security issues around headers and redirect following

1.4.1 2026-03-18

  • change cgi require to cgi/escape for ruby 4.0+

1.4.0 2026-03-02

  • fixes for ruby4
  • add ruby 4.0 and drop 3.2 from ci
  • add user-configurable global resolver factory
  • add SOCK5 proxy support

1.3.2 2025-12-03

  • update bundled certs

1.3.1 2025-11-05

  • update bundled certs

1.3.0 2025-08-18

  • proxy connect should always include port, regardless of default

1.2.9 2025-08-15

  • bump actions/checkout
  • update bundled certs

1.2.8 2025-07-16

  • update bundled certs

1.2.7 2025-05-27

  • freezes caused inadvertent breaking changes, so partially rolling back

... (truncated)

Commits

Updates faraday from 2.14.1 to 2.14.3

Release notes

Sourced from faraday's releases.

v2.14.3

Security Note

This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly.

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.14.2...v2.14.3

v2.14.2

Security Note

This release contains a security fix, we recommend all users to upgrade as soon as possible. A Security Advisory with more details will be posted shortly.

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.14.1...v2.14.2

Commits

Updates json from 2.19.3 to 2.21.1

Release notes

Sourced from json's releases.

v2.21.0

What's Changed

  • JSON.generate now accept a sort_keys option, which takes either a boolean or a block.
  • Added #empty? and #partial_value? methods on JSON::ResumableParser.
  • Numerous correctness and performance fixes for JSON::ResumableParser.
  • Avoid triggering Ruby's float out of range warning when parsing out of range numbers.
  • Declare C types with Ruby 4.1 RUBY_TYPED_THREAD_SAFE_FREE.

Full Changelog: ruby/json@v2.20.0...v2.21.0

v2.20.0

What's Changed

  • Both C and Java parsers are no longer recursive, so parsing very deep documents with max_nesting: false will no longer result in SystemStackError stack level too deep errors.
    • The :max_nesting option still defaults to 100.
  • Optimized floating point number parsing further by replacing the ryu algorithm by a port of Eisel-Lemire Fast Float.
  • Added JSON::ResumableParser to parse streams of JSON documents. Not yet available on JRuby.
  • Deprecate default support of JavaScript comments in the parser and add allow_comments: true parsing option.
  • Integrate with Ruby 4.1 ruby_sized_xfree.

Full Changelog: ruby/json@v2.19.8...v2.20.0

v2.19.9

  • Fix buffer overflow that could lead to a crash when writing JSON directly into an IO with JSON.generate(object, io). [CVE-2026-54696].

Full Changelog: ruby/json@v2.19.8...v2.19.9

v2.19.8

What's Changed

  • Fix 1-byte buffer overread on EOS errors.
  • Handle invalid types passed as max_nesting option.

Full Changelog: ruby/json@v2.19.7...v2.19.8

v2.19.7

What's Changed

  • Fix some more edge cases with out of range floats.
  • Ensure the string provided to JSON.parse can't be mutated during parsing.
  • Add missing write barriers in State#dup.
  • Further validate generator depth config.

Full Changelog: ruby/json@v2.19.6...v2.19.7

v2.19.6

What's Changed

... (truncated)

Changelog

Sourced from json's changelog.

2026-07-13 (2.21.1)

  • Fix a compilation issue on Window and Microsoft Visual C++.

2026-07-12 (2.21.0)

  • JSON.generate now accept a sort_keys option, which takes either a boolean or a block.
  • Added #empty? and #partial_value? methods on JSON::ResumableParser.
  • Numerous correctness and performance fixes for JSON::ResumableParser.
  • Avoid triggering Ruby's float out of range warning when parsing out of range numbers.
  • Declare C types with Ruby 4.1 RUBY_TYPED_THREAD_SAFE_FREE.

2026-06-23 (2.20.0)

  • Both C and Java parsers are no longer recursive, so parsing very deep documents with max_nesting: false will no longer result in SystemStackError stack level too deep errors.
    • The :max_nesting option still defaults to 100.
  • Optimized floating point number parsing further by replacing the ryu algorithm by a port of Eisel-Lemire Fast Float.
  • Added JSON::ResumableParser to parse streams of JSON documents. Not yet available on JRuby.
  • Deprecate default support of JavaScript comments in the parser and add allow_comments: true parsing option.
  • Integrate with Ruby 4.1 ruby_sized_xfree.

2026-06-11 (2.19.9)

  • Fix buffer overflow that could lead to a crash when writing JSON directly into an IO with JSON.generate(object, io). [CVE-2026-54696].

2026-06-03 (2.19.8)

  • Fix 1-byte buffer overread on EOS errors.
  • Handle invalid types passed as max_nesting option.

2026-05-28 (2.19.7)

  • Fix some more edge cases with out of range floats.
  • Ensure the string provided to JSON.parse can't be mutated during parsing.
  • Add missing write barriers in State#dup.
  • Further validate generator depth config.

2026-05-28 (2.19.6)

  • Cleanly handle overly large depth generator argument.
  • Add missing write barrier in ParserConfig.

2026-05-04 (2.19.5)

  • Cap the parser to emit a maximum of 5 deprecation warnings per document. Emitting more is not helpful.

2026-04-19 (2.19.4)

... (truncated)

Commits
  • fd61def Release 2.21.1
  • db70b14 Rely on Ruby's HAVE_BUILTIN___BUILTIN_CLZLL
  • 9be0e8e Release 2.21.0
  • d1299d4 Avoid re-decoding an incomplete number on every ResumableParser chunk
  • cc010c4 Fix ResumableParser losing tokens before a feed-boundary suspension
  • 0864e83 Add JSON::ResumableParser#partial_value? and #empty?
  • 9dbfeb8 Fix ResumableParser treating unterminated line comments as complete
  • ea008e8 Add a sort_keys option to the generator.
  • 94c1af2 Fix ResumableParser#partial_value SEGV on incomplete nested containers
  • faa5572 Fix a few inconsistencies in readme
  • Additional commits viewable in compare view

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 commands and options

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the bundler group with 3 updates in the / directory: [yard](https://github.com/lsegal/yard), [excon](https://github.com/excon/excon) and [faraday](https://github.com/lostisland/faraday).


Updates `yard` from 0.9.38 to 0.9.44
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.38...v0.9.44)

Updates `excon` from 1.4.2 to 1.5.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v1.4.2...v1.5.0)

Updates `faraday` from 2.14.1 to 2.14.3
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.14.1...v2.14.3)

Updates `json` from 2.19.3 to 2.21.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.19.3...v2.21.1)

---
updated-dependencies:
- dependency-name: yard
  dependency-version: 0.9.44
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: excon
  dependency-version: 1.5.0
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: faraday
  dependency-version: 2.14.3
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: json
  dependency-version: 2.21.1
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 29, 2026
@cursor
cursor Bot requested review from proxymesh and proxymeshai July 29, 2026 22:18

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale comment

Left a non-blocking comment: required integration status check failed (missing PROXY_URL secret), so this Dependabot lockfile bump is not approved. Assigned reviewers proxymesh and proxymeshai for human attention.

Open in Web View Automation 

Sent by Cursor Approval Agent: oss dependabot approver

Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
@cursor
cursor Bot enabled auto-merge (squash) July 29, 2026 22:24
cursor[bot]
cursor Bot approved these changes Jul 29, 2026
cursoragent and others added 3 commits July 29, 2026 22:25
Resolve Gemfile.lock conflict by keeping Dependabot json 2.21.1 with main's rubocop 1.86.2.

Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
Resolve Gemfile.lock conflict by keeping Dependabot faraday 2.14.3 over main's 2.14.2.

Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
Resolve Gemfile.lock conflict by keeping Dependabot yard 0.9.44 over main's 0.9.43.

Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
@cursor
cursor Bot merged commit 4f384b0 into main Jul 29, 2026
2 checks passed
@cursor
cursor Bot deleted the dependabot/bundler/bundler-fea5e4fb5e branch July 29, 2026 22:27

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: Dependabot lockfile-only bundler group bump with required integration check green and squash auto-merge already enabled. No new reviewers assigned (proxymesh and proxymeshai were already requested).

Open in Web View Automation 

Sent by Cursor Approval Agent: oss dependabot approver

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