Skip to content

Commit d43cccb

Browse files
authored
chore(deps): bump net-imap from 0.5.7 to 0.5.8 in the bundler group (#255)
Bumps the bundler group with 1 update: [net-imap](https://github.com/ruby/net-imap). Updates `net-imap` from 0.5.7 to 0.5.8 <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.5.8</h2> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>✨ Add <code>SequenceSet#min(count)</code> and <code>#max(count)</code> by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/460">ruby/net-imap#460</a></li> <li>✨ Add <code>SequenceSet#above</code> and <code>SequenceSet#below</code> by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/462">ruby/net-imap#462</a></li> </ul> <h3>Fixed</h3> <ul> <li>🐛 Check for Ractor (for JRuby, TruffleRuby) by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/453">ruby/net-imap#453</a>, reported by <a href="https://github.com/rammpeter"><code>@​rammpeter</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/452">ruby/net-imap#452</a></li> <li>🐛 Fix <code>SequenceSet#slice</code> with range <code>(start...0)</code> by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/456">ruby/net-imap#456</a></li> <li>🐛 Fix inconsistently frozen <code>SequenceSet#[]</code> result by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/458">ruby/net-imap#458</a></li> <li>🐛 Fix <code>SequenceSet#xor</code> crash when set is frozen by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/457">ruby/net-imap#457</a></li> <li>🐛 Fix <code>SequenceSet#slice</code> when length &gt; result size by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/459">ruby/net-imap#459</a></li> </ul> <h3>Documentation</h3> <ul> <li>📚 Various <code>SequenceSet</code> rdoc improvements by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/465">ruby/net-imap#465</a></li> </ul> <h3>Miscellaneous</h3> <ul> <li>⬆️ Bump step-security/harden-runner from 2.11.1 to 2.12.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/455">ruby/net-imap#455</a></li> <li>✅ Test <code>SequenceSet#xor</code> and fuzz test all set operations by <a href="https://github.com/nevans"><code>@​nevans</code></a> in <a href="https://redirect.github.com/ruby/net-imap/pull/464">ruby/net-imap#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/net-imap/compare/v0.5.7...v0.5.8">https://github.com/ruby/net-imap/compare/v0.5.7...v0.5.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/net-imap/commit/f76d433f73c1b0ac67dc831357cbf267174f54cb"><code>f76d433</code></a> 🔖 Bump version to 0.5.8</li> <li><a href="https://github.com/ruby/net-imap/commit/fc9948e33060dc47e9c2db4791667bb32cca5e38"><code>fc9948e</code></a> 🔀 Merge pull request <a href="https://redirect.github.com/ruby/net-imap/issues/465">#465</a> from ruby/sequence_set/improved-rdoc</li> <li><a href="https://github.com/ruby/net-imap/commit/d70f7fd6fc7371d11c06880b57c06ac4e5380b59"><code>d70f7fd</code></a> 🔀 Merge pull request <a href="https://redirect.github.com/ruby/net-imap/issues/464">#464</a> from ruby/sequence_set/set_op_fuzz_tests</li> <li><a href="https://github.com/ruby/net-imap/commit/6f6e8ee6862635c592f34396d7af2f9c1fb15a9d"><code>6f6e8ee</code></a> 📚 Various <code>SequenceSet</code> rdoc improvements</li> <li><a href="https://github.com/ruby/net-imap/commit/c6e25202f802d9f56275f5ade6f9155ac9f6dff4"><code>c6e2520</code></a> ✅ Add basic fuzz tests for SequenceSet operators</li> <li><a href="https://github.com/ruby/net-imap/commit/17e50b7b99d081f4621f07d0a12e1f7bebe14178"><code>17e50b7</code></a> ✅ Add tests for <code>SequenceSet#xor</code></li> <li><a href="https://github.com/ruby/net-imap/commit/e1e0ecb1b138441635d8aeeab70bee22d6afe246"><code>e1e0ecb</code></a> ✨ Add <code>SequenceSet#above</code> and <code>SequenceSet#below</code></li> <li><a href="https://github.com/ruby/net-imap/commit/da45d8cee651b39df7ca347e28e853007acb09e8"><code>da45d8c</code></a> 🔀 Merge pull request <a href="https://redirect.github.com/ruby/net-imap/issues/460">#460</a> from ruby/sequence_set/min-max-with-count</li> <li><a href="https://github.com/ruby/net-imap/commit/eb5dd2908b1f1b3fd221a2d5cd0c1de73495603f"><code>eb5dd29</code></a> ✨ Add <code>SequenceSet#min(count)</code> and <code>#max(count)</code></li> <li><a href="https://github.com/ruby/net-imap/commit/9cd0ca88bcd4dd37009ff3c4a990ae8229966956"><code>9cd0ca8</code></a> 📚 Add &quot;related&quot; rdoc to a few SequenceSet methods</li> <li>Additional commits viewable in <a href="https://github.com/ruby/net-imap/compare/v0.5.7...v0.5.8">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.5.7&new-version=0.5.8)](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 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 </details>
2 parents a904c47 + 78e94ce commit d43cccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ GEM
158158
time
159159
net-http (0.6.0)
160160
uri
161-
net-imap (0.5.7)
161+
net-imap (0.5.8)
162162
date
163163
net-protocol
164164
net-pop (0.1.2)

0 commit comments

Comments
 (0)