Skip to content

⬆️ Bump net-imap from 0.6.4.1 to 0.6.6 - #4672

Merged
pglombardo merged 1 commit into
masterfrom
dependabot/bundler/net-imap-0.6.6
Jul 24, 2026
Merged

⬆️ Bump net-imap from 0.6.4.1 to 0.6.6#4672
pglombardo merged 1 commit into
masterfrom
dependabot/bundler/net-imap-0.6.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps net-imap from 0.6.4.1 to 0.6.6.

Release notes

Sourced from net-imap's releases.

v0.6.6

What's Changed

Fixed

  • 🐛 Fix incorrect regexp for testing if string is quotable by @​nevans in ruby/net-imap#723 This bug was introduced by v0.6.5 as part of #712. It causes some valid string arguments (which should be sent as IMAP literal values) to raise a DataFormatError exception (without sending).

Full Changelog: ruby/net-imap@v0.6.5...v0.6.6

v0.6.5

What's Changed

Added

Fixed

Other Changes

Miscellaneous

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

Commits
  • 7cc1dd0 🔖 Bump version to 0.6.6
  • 416ada4 🐛 Fix bug in #712, testing if string is quotable
  • 8fb3029 🔖 Bump version to 0.6.5
  • adfe70d 🔀 Merge pull request #721 from ruby/fix-simplecov-upgrade
  • e38a03d ✅ Change CI simplecov minimum coverage handling
  • 74cd627 ✅ Update simplecov groups so nothing is ungrouped
  • f4afcc7 ✅ Update simplecov config for v1.0 syntax
  • ce44000 ✅ Move simplecov config into .simplecov
  • 8e0c450 ⬆️ Bump step-security/harden-runner from 2.19.4 to 2.20.0
  • fd526d8 simplecov-{html,json} have been incorporated in SimpleCov 1.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Lockfile-only patch bump with no application code changes; risk is limited to IMAP/mail parsing behavior if the app uses IMAP inbound mail.

Overview
Updates net-imap in Gemfile.lock from 0.6.4.1 to 0.6.6 (resolved version and checksum only; no Gemfile change). The gem is pulled in transitively by mail, which Rails mailers and related email stack use.

Upstream 0.6.5–0.6.6 bring IMAP client fixes (string/literal encoding, IDLE handling, disconnect thread timeout, capability helpers) and a 0.6.6 fix for a regexp bug that could raise DataFormatError on some valid string arguments.

Reviewed by Cursor Bugbot for commit c92b53c. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [net-imap](https://github.com/ruby/net-imap) from 0.6.4.1 to 0.6.6.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.6.4.1...v0.6.6)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-version: 0.6.6
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 24, 2026
@pglombardo
pglombardo merged commit 29ee43e into master Jul 24, 2026
18 checks passed
@pglombardo
pglombardo deleted the dependabot/bundler/net-imap-0.6.6 branch July 24, 2026 15:18
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