Skip to content

build(deps): bump the bundler group across 1 directory with 4 updates#613

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/bundler/bundler-9ca9488300
Open

build(deps): bump the bundler group across 1 directory with 4 updates#613
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/bundler/bundler-9ca9488300

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the bundler group with 4 updates in the / directory: puma, faraday, oj and net-imap.

Updates puma from 7.2.0 to 7.2.1

Release notes

Sourced from puma's releases.

v7.2.1

  • Bugfixes
    • Limit and anchor PROXY protocol v1 parsing to prevent abuse via crafted inputs (#3947)
    • Parse PROXY protocol only once per connection to prevent injection on keep-alive requests (#3947)

Security advisories

Changelog

Sourced from puma's changelog.

7.2.1 / 2026-05-27

  • Bugfixes
    • Limit and anchor PROXY protocol v1 parsing to prevent abuse via crafted inputs (#3947)
    • Parse PROXY protocol only once per connection to prevent injection on keep-alive requests (#3947)
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 oj from 3.17.0 to 3.17.3

Release notes

Sourced from oj's releases.

v3.17.3

What's Changed

Full Changelog: ohler55/oj@v3.17.1...v3.17.3

v3.17.1

What's Changed

New Contributors

Full Changelog: ohler55/oj@v3.17.0...v3.17.1

Changelog

Sourced from oj's changelog.

3.17.3 - 2026-06-04

  • Fixed issue in intern.c and fast.c.

3.17.2 - 2026-05-27

  • Fixed multiple issues related to extreme sizes.

3.17.1 - 2026-05-15

  • Fixed "quoted string not terminated" error.
Commits

Updates net-imap from 0.6.4 to 0.6.4.1

Release notes

Sourced from net-imap's releases.

v0.6.4.1

What's Changed

🔒 Security

This release fixes several more security vulnerabilities which are related to the fixes in v0.6.4. Please see the linked security advisories for more information.

  • (moderate) Command Injection via non-synchronizing literal in "raw" argument (CVE-2026-47240, GHSA-8p34-64r3-mwg8) This vulnerability depends how the server interprets non-synchronizing literals. The connection is not vulnerable if the server supports non-synchronizing literals.
  • (moderate) Command Injection via unvalidated ID and ENABLE arguments (CVE-2026-47242, GHSA-46q3-7gv7-qmgg)
  • (low) Denial of Service via incomplete "raw" argument validation (CVE-2026-47241, GHSA-c4fp-cxrr-mj66) This results in the affected command hanging until the connection is closed. If another thread attempts to send a concurrent pipelined command, the first thread will return with a syntax error and the second thread will hang until the connection closes.

Added

Fixed

Documentation

Other Changes

Miscellaneous

Full Changelog: ruby/net-imap@v0.6.4...v0.6.4.1

Commits
  • 357f3b5 🔖 Bump version to 0.6.4.1
  • e066b83 🔀 Merge pull request #701 from ruby/security/validate-non_sync_literal-support
  • 0ea9eba ✅ Fix flaky tests for MacOS, TruffleRuby
  • 5cad699 🔀 Merge pull request #700 from ruby/security/fix-raw_data-trailing-literal-ma...
  • 5a0af4a 🔀 Merge pull request #699 from ruby/security/validate-enable-arguments
  • b9d1972 🔀 Merge pull request #698 from ruby/security/validate-quoted-data
  • 07e002b ♻️ Use QuotedString internally to send quoted string
  • ae9f83b ♻️ Extract str.bytesize lvar in send_literal
  • d6ddd29 🐛 Prevent trailing {0} in RawData validation
  • 1f97168 🥅 Validate #enable arguments are all atoms
  • 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 4 updates in the / directory: [puma](https://github.com/puma/puma), [faraday](https://github.com/lostisland/faraday), [oj](https://github.com/ohler55/oj) and [net-imap](https://github.com/ruby/net-imap).


Updates `puma` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v7.2.0...v7.2.1)

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 `oj` from 3.17.0 to 3.17.3
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](ohler55/oj@v3.17.0...v3.17.3)

Updates `net-imap` from 0.6.4 to 0.6.4.1
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.6.4...v0.6.4.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 7.2.1
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: faraday
  dependency-version: 2.14.3
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: oj
  dependency-version: 3.17.3
  dependency-type: direct:development
  dependency-group: bundler
- dependency-name: net-imap
  dependency-version: 0.6.4.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 Jun 23, 2026
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.

0 participants