Skip to content

Commit

Permalink
Build(deps): bump net-imap from 0.3.6 to 0.3.7 (#3406)
Browse files Browse the repository at this point in the history
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.3.6 to 0.3.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/net-imap/releases">net-imap's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.7</h2>
<h2>What's Changed</h2>
<ul>
<li>🔒️ Backport: Fix for Digest MD5 bad challenges by <a
href="https://github.com/nobu"><code>@​nobu</code></a> in <a
href="https://redirect.github.com/ruby/net-imap/pull/160">ruby/net-imap#160</a>
<ul>
<li>PR for backport is <a
href="https://redirect.github.com/ruby/net-imap/pull/161">ruby/net-imap#161</a></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/net-imap/compare/v0.3.6...v0.3.7">https://github.com/ruby/net-imap/compare/v0.3.6...v0.3.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/net-imap/commit/468119490177aafef8b4f1905bc3c5f2f571f0b6"><code>4681194</code></a>
🏷️ Bump version to 0.3.7</li>
<li><a
href="https://github.com/ruby/net-imap/commit/8159e82bbfba812760a79d38bf9e6ff89e7d8e0a"><code>8159e82</code></a>
🔀 Merge pull request <a
href="https://redirect.github.com/ruby/net-imap/issues/161">#161</a>
from ruby/backport-digest_md5-bad-challenge</li>
<li><a
href="https://github.com/ruby/net-imap/commit/bd6817489e43a5ddab0bef14e3694d8e4f22839e"><code>bd68174</code></a>
✅ Mark assert_linear_performance test as pending</li>
<li><a
href="https://github.com/ruby/net-imap/commit/c92ed92c8cec6a0c68dbcd7d8ca977ace97e862e"><code>c92ed92</code></a>
Remove nested quantifier</li>
<li><a
href="https://github.com/ruby/net-imap/commit/2a85ac157cdf1747c08f172cd8a598cfa8772071"><code>2a85ac1</code></a>
Fix <code>NoMethodError</code> when &quot;qop&quot; is not present</li>
<li><a
href="https://github.com/ruby/net-imap/commit/63ebe2f19727104696eb026aaed124267f3d2097"><code>63ebe2f</code></a>
Add test for bad challenge</li>
<li>See full diff in <a
href="https://github.com/ruby/net-imap/compare/v0.3.6...v0.3.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net-imap&package-manager=bundler&previous-version=0.3.6&new-version=0.3.7)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2023
1 parent 2bfae43 commit b63a62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ GEM
mini_portile2 (2.8.4)
minitest (5.18.1)
nenv (0.3.0)
net-imap (0.3.6)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand Down

0 comments on commit b63a62e

Please sign in to comment.