<p>Bumps <a href="https://github.com/bblimke/webmock">webmock</a> from 3.8.3 to 3.9.0.</p>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bblimke/webmock/blob/master/CHANGELOG.md">webmock's changelog</a>.</em></p>
<blockquote>
<h2>3.9.0</h2>
<ul>
<li>
<p>Allow using a "callable" (like a proc) as URI pattern</p>
<pre><code>stub_request(:any, ->(uri) { true })
</code></pre>
<p>Thanks to <a href="https://github.com/jhawthorn">John Hawthorn</a></p>
</li>
<li>
<p>Added stubbed IO on stubbed socket in Net::HTTP adapter.</p>
<p>Thanks to <a href="https://github.com/trusche">Thilo Rusche</a></p>
</li>
<li>
<p>When 'webmock/rspec' is required, reset WebMock after all after(:each/example) hooks</p>
<p>Thanks to <a href="https://github.com/drews256">Andrew Stuntz</a></p>
</li>
<li>
<p>Fixed <code>net_connect_allowed?</code> when invoked with no arguments, when there were any allowed URIs passed to <code>disable_net_connect?</code>.</p>
<p>Thanks to <a href="https://github.com/lucasuyezu">Lucas Uyezu</a></p>
</li>
<li>
<p>Fixed async-http adapter which caused Async::HTTP::Client or Async::HTTP::Internet to hang and never return a response.</p>
<p>Thanks to (Bruno Sutic)[https://github.com/bruno-] and <a href="https://github.com/ioquatix">Samuel Williams</a></p>
</li>
<li>
<p>Fixed warning when using async-http adapter</p>
<p>Thanks to (Bruno Sutic)[https://github.com/bruno-]</p>
</li>
<li>
<p>Dropped support for Ruby 2.3 - EOL date: 2019-03-31</p>
</li>
<li>
<p>Dropped support for Ruby 2.4 - EOL date: 2020-03-31</p>
</li>
<li>
<p>Handling matching of Addressable::Template patterns that have an ip address without port and patterns that have ip address and don’t have schema and path.</p>
<p>Thanks to (Rafael França)[https://github.com/rafaelfranca] and (guppy0356)[https://github.com/guppy0356]</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bblimke/webmock/commit/d9c4601af35cb2e87240451e1a3e20d7f7534feb"><code>d9c4601</code></a> Version 3.9.0</li>
<li><a href="https://github.com/bblimke/webmock/commit/75a38807d669f02abb5513b8bdac155340c488ce"><code>75a3880</code></a> Version 3.9.0</li>
<li><a href="https://github.com/bblimke/webmock/commit/72eee63f8a48a26bdfcbf69b9b75ccebd3b29e68"><code>72eee63</code></a> Handling matching of Addressable::Template patterns that have an ip address w...</li>
<li><a href="https://github.com/bblimke/webmock/commit/0ad9a4e24dff015460319285d1335f6e4eadc191"><code>0ad9a4e</code></a> Removed RSpec warning</li>
<li><a href="https://github.com/bblimke/webmock/commit/5e39c5b5ec71208f8351fc7f1f7f212d344acc31"><code>5e39c5b</code></a> The default response headers for HTTP 1.0 requests returned by async-http hav...</li>
<li><a href="https://github.com/bblimke/webmock/commit/28ccdb89fdabfbd9e2fac26056d150bcf9a454b7"><code>28ccdb8</code></a> Added example on how to match requests using lambda.</li>
<li><a href="https://github.com/bblimke/webmock/commit/f0119554b840385350adbf25862a5eb1341a9324"><code>f011955</code></a> Dropped support for Ruby < 2.5. Previous Ruby versions are EOL</li>
<li><a href="https://github.com/bblimke/webmock/commit/4ae891b7b341b32ab0b126e8945b8aae5df47f16"><code>4ae891b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/902" rel="nofollow">#902</a> from bruno-/async_http_adapter_warning</li>
<li><a href="https://github.com/bblimke/webmock/commit/8ce537a054153ca861469ab3bb9707bbb45ebd3b"><code>8ce537a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/901" rel="nofollow">#901</a> from bruno-/fix_async_http_adapter</li>
<li><a href="https://github.com/bblimke/webmock/commit/c20bb68eb345fdc3ad4c7c25fe4971451585e88b"><code>c20bb68</code></a> Fix <code>net_connect_allowed?</code> with no arguments when there are some allowed URIs...</li>
<li>Additional commits viewable in <a href="https://github.com/bblimke/webmock/compare/v3.8.3...v3.9.0">compare view</a></li>
</ul>
</details>
<br>
<p><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates"><img src="https://camo.githubusercontent.com/b0009aaca1407f55183d47ea553584eccaa0fa56/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d7765626d6f636b267061636b6167652d6d616e616765723d62756e646c65722670726576696f75732d76657273696f6e3d332e382e33266e65772d76657273696f6e3d332e392e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webmock&package-manager=bundler&previous-version=3.8.3&new-version=3.9.0" style="max-width:100%;"></a></p>
<p>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 <code>@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p>You can trigger Dependabot actions by commenting on this PR:</p>
<ul>
<li><code>@dependabot rebase</code> will rebase this PR</li>
<li><code>@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code>@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code>@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code>@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code>@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code>@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code>@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code>@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/2827'>https://github.com/openstreetmap/openstreetmap-website/pull/2827</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Bump webmock from 3.8.3 to 3.9.0</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/2827/files#diff-e79a60dc6b85309ae70a6ea8261eaf95">Gemfile.lock</a>
(4)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2827.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/2827.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/2827.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/2827.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2827">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNHJD4HF6D37PAPEB3SFWPTZANCNFSM4RLEF3OQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLNGCWSKT2JAJCE5Y63SFWPTZA5CNFSM4RLEF3O2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KOEYF3A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2827",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2827",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>