[openstreetmap/openstreetmap-website] Bump webmock from 3.9.5 to 3.10.0 (#2958)

dependabot[bot] notifications at github.com
Fri Nov 13 05:04:02 UTC 2020


Bumps [webmock](https://github.com/bblimke/webmock) from 3.9.5 to 3.10.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>
<h1>3.10.0</h1>
<ul>
<li>
<p>Added option to global stubs to have lower priority than local stubs.</p>
<pre><code>WebMock.globally_stub_request(:after_local_stubs) do
  { body: &quot;global stub body&quot; }
end
<p>stub_request(:get, &quot;www.example.com&quot;).to_return(body: 'non-global stub body')</p>
<p>expect(http_request(:get, &quot;<a href="http://www.example.com/&amp;quot;).body).to">http://www.example.com/&amp;quot;).body).to</a> eq(&quot;non-global stub body&quot;)
</code></pre></p>
<p>Thanks to <a href="https://github.com/mkasztelnik">Marek Kasztelnik</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bblimke/webmock/commit/f61d51ae94b18ba93886c0a834595bd8a09f97d4"><code>f61d51a</code></a> Version 3.10.0</li>
<li><a href="https://github.com/bblimke/webmock/commit/bacb8a531547c7473e3c18ec8c58b74ba7f79fec"><code>bacb8a5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bblimke/webmock/issues/920">#920</a> from mkasztelnik/171-global-stubs-order</li>
<li><a href="https://github.com/bblimke/webmock/commit/90eaa4ac4f501dff3847cdaa942e7bcba2977c44"><code>90eaa4a</code></a> Option to invoke local stub before global stub</li>
<li>See full diff in <a href="https://github.com/bblimke/webmock/compare/v3.9.5...v3.10.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.9.5&new-version=3.10.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/2958

-- Commit Summary --

  * Bump webmock from 3.9.5 to 3.10.0

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2958.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2958.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/2958
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201112/711ac0fb/attachment-0001.htm>


More information about the rails-dev mailing list