Skip to content

Commit e345724

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webmock&package-manager=bundler&previous-version=3.25.1&new-version=3.26.0)](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>
2 parents 6eac5e4 + 2270712 commit e345724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ GEM
230230
term-ansicolor (~> 1.7)
231231
thor (~> 1.2)
232232
tins (~> 1.32)
233-
crack (1.0.0)
233+
crack (1.0.1)
234234
bigdecimal
235235
rexml
236236
crass (1.0.6)
@@ -371,7 +371,7 @@ GEM
371371
rake (>= 13)
372372
groupdate (6.7.0)
373373
activesupport (>= 7.1)
374-
hashdiff (1.2.0)
374+
hashdiff (1.2.1)
375375
hashie (5.0.0)
376376
highline (3.1.2)
377377
reline
@@ -526,7 +526,7 @@ GEM
526526
activerecord (>= 6.1)
527527
i18n (>= 0.5.0)
528528
railties (>= 6.1.0)
529-
public_suffix (6.0.1)
529+
public_suffix (6.0.2)
530530
puma (7.1.0)
531531
nio4r (~> 2.0)
532532
pundit (2.5.2)
@@ -820,7 +820,7 @@ GEM
820820
activemodel (>= 6.0.0)
821821
bindex (>= 0.4.0)
822822
railties (>= 6.0.0)
823-
webmock (3.25.1)
823+
webmock (3.26.0)
824824
addressable (>= 2.8.0)
825825
crack (>= 0.3.2)
826826
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)