Commit e345724
authored
chore(deps-dev): bump webmock from 3.25.1 to 3.26.0 (#1125)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.25.1 to
3.26.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bblimke/webmock/releases">webmock's
releases</a>.</em></p>
<blockquote>
<h2>3.26.0</h2>
<ul>
<li>
<p>Support Addressable::URI in request patterns</p>
<p>Thanks to <a href="https://github.com/ixti">Alexey Zapparov</a></p>
</li>
</ul>
<h2>3.25.2</h2>
<ul>
<li>
<p>Return support for <code>em_http_request</code></p>
<p>Thanks to <a href="https://github.com/Koilanetroc">Oleg</a></p>
</li>
</ul>
</blockquote>
</details>
<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.26.0</h1>
<ul>
<li>
<p>Support Addressable::URI in request patterns</p>
<p>Thanks to <a href="https://github.com/ixti">Alexey Zapparov</a></p>
</li>
</ul>
<h1>3.25.2</h1>
<ul>
<li>
<p>Return support for <code>em_http_request</code></p>
<p>Thanks to <a href="https://github.com/Koilanetroc">Oleg</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bblimke/webmock/commit/348622fe8c4abb8a71489fc71ae75bcb33961953"><code>348622f</code></a>
Version 3.26.0</li>
<li><a
href="https://github.com/bblimke/webmock/commit/710131ac4cbb1ae6b848bd16c86a6a3c47910e56"><code>710131a</code></a>
Added .devcontainer to ignore.</li>
<li><a
href="https://github.com/bblimke/webmock/commit/52cc74c2609665dba6441bbcd204c0e9c7450b91"><code>52cc74c</code></a>
Don't verify peer certificate in requests to google.</li>
<li><a
href="https://github.com/bblimke/webmock/commit/af3655c88336615c20ce85ac167699b1fa337bbd"><code>af3655c</code></a>
Updated request_pattern_spec.rb after error message was updated.</li>
<li><a
href="https://github.com/bblimke/webmock/commit/00bd15aaec808fbb20e018c834905032ea6e0235"><code>00bd15a</code></a>
Merge branch 'ixti-fix-request-pattern-regression'</li>
<li><a
href="https://github.com/bblimke/webmock/commit/160788db87cc829fa16092f84cd023d610fe1cdf"><code>160788d</code></a>
Version 3.25.2</li>
<li><a
href="https://github.com/bblimke/webmock/commit/0e5350f1ae54f4e034d989c6e79d282127ae154c"><code>0e5350f</code></a>
return support for 'em_http_request'</li>
<li><a
href="https://github.com/bblimke/webmock/commit/1e5ca2dda8de591b761761cc6debb0aabdd937e8"><code>1e5ca2d</code></a>
Skip some tests for jruby</li>
<li><a
href="https://github.com/bblimke/webmock/commit/cb8b00ba3a01b0f24316738becec72bbc4017815"><code>cb8b00b</code></a>
Define HOME to match what setup-ruby ruby-head builds expect</li>
<li><a
href="https://github.com/bblimke/webmock/commit/8e4808104fbf5cd74b3b08ec609da953c626aca6"><code>8e48081</code></a>
Rewrite patron spec to stub file open call instead of mangling file
permissions</li>
<li>Additional commits viewable in <a
href="https://github.com/bblimke/webmock/compare/v3.25.1...v3.26.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
823 | | - | |
| 823 | + | |
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
| |||
0 commit comments