[openstreetmap/openstreetmap-website] Bump webmock from 3.8.3 to 3.9.0 (#2827)

dependabot[bot] notifications at github.com
Mon Sep 14 05:01:48 UTC 2020


Bumps [webmock](https://github.com/bblimke/webmock) from 3.8.3 to 3.9.0.
<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 &quot;callable&quot; (like a proc) as URI pattern</p>
<pre><code>stub_request(:any, -&gt;(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 &lt; 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">#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">#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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webmock&package-manager=bundler&previous-version=3.8.3&new-version=3.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2827

-- Commit Summary --

  * Bump webmock from 3.8.3 to 3.9.0

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2827.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2827.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2827
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200913/39c71021/attachment.htm>


More information about the rails-dev mailing list