Changelog
*Sourced from [webmock's changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md).*
> ## 3.7.1
>
> * Fixed Async::HTTP::Client adapter code to not cause Ruby warning
>
> Thanks to [y-yagi](https://github.com/y-yagi)
>
> ## 3.7.0
>
> * Support for Async::HTTP::Client
>
> Thanks to [Andriy Yanko](https://github.com/ayanko)
>
> ## 3.6.2
>
> * Fixed Patron adapter to handle HTTP/2 status line.
>
> Thanks to [Fábio D. Batista](https://github.com/fabiob)
>
> ## 3.6.1
>
> * Fixed issue with matching Addressable::Template without a period in the domain
>
> Thanks to [Eike Send](https://github.com/eikes)
>
> * Support for `write_timeout` in Net::HTTP
>
> Thanks to [Claudio Poli](https://github.com/masterkain)
>
> * Fixed issue with handling urls with ":80" or ":443" in the path.
>
> Thanks to [Csaba Apagyi](https://github.com/thisismydesign) for reporting and to [Frederick Cheung](https://github.com/fcheung) for fixing the issue.
>
> ## 3.6.0
>
> * Compatibility with the latest version of hashdiff gem, with constant changed from HashDiff to Hashdiff
>
> Thanks to [Jeff Felchner](https://github.com/jfelchner)
>
> * Added a hint to the error message raised when `with` method is called without args or a block.
>
> Thanks to [Adam Sokolnicki](https://github.com/asok)
>
> * Resetting configured HTTP method in Curb adapter after each request
>
> Thanks to [tiendo1011](https://github.com/tiendo1011)
>
> * Added `WebMock.enable_net_connect!` as an alias for `WebMock.allow_net_connect!`
> and `WebMock.disallow_net_connect!` as an alias for `WebMock.disable_net_connect!`
>
> Thanks to [SoonKhen OwYong](https://github.com/owyongsk)
> ... (truncated)
Commits
- [`8b0d6a5`](https://github.com/bblimke/webmock/commit/8b0d6a5926d0b70acd835a75c4cc4590fd6b1349) Version 3.7.1
- [`564cbb5`](https://github.com/bblimke/webmock/commit/564cbb5156b2b4c7303b30cbe62c0d0efb861251) Merge pull request [#842](https://github-redirect.dependabot.com/bblimke/webmock/issues/842) from y-yagi/fix_ruby_warning
- [`63a6376`](https://github.com/bblimke/webmock/commit/63a6376749ffe38c50f0dacfb214fde5f2400245) Fix "warning: shadowing outer local variable - v"
- [`91f05df`](https://github.com/bblimke/webmock/commit/91f05df717f0cf9c1a5791b4be28b6d1603ad0ba) Version 3.7.0
- [`c12dd19`](https://github.com/bblimke/webmock/commit/c12dd19ae4a9f561fa7ae5dba76bbc851aa99803) Merge pull request [#839](https://github-redirect.dependabot.com/bblimke/webmock/issues/839) from ayanko/master
- [`e3a7d90`](https://github.com/bblimke/webmock/commit/e3a7d9014fb4b31df8dac9bc4f0d32f33ef3967b) Add support for Async::HTTP::Client
- [`2a2d3d8`](https://github.com/bblimke/webmock/commit/2a2d3d837bd5eea5580868df029c4cd7b0a603c8) Version 3.6.2
- [`4907604`](https://github.com/bblimke/webmock/commit/4907604dbfb6ff7720e5621043d4555bf47ff4c7) Merge pull request [#834](https://github-redirect.dependabot.com/bblimke/webmock/issues/834) from fabiob/fix-for-http2
- [`833711e`](https://github.com/bblimke/webmock/commit/833711ee8bea9080050fc2db1fc0c94a3a4f0367) Use openjdk8 for now in travis.
- [`2b4f3a4`](https://github.com/bblimke/webmock/commit/2b4f3a406ba3c71570c573c5abfb57b3a06999ad) Fix to support HTTP/2 status lines
- Additional commits viewable in [compare view](https://github.com/bblimke/webmock/compare/v3.4.2...v3.7.1)
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 commands and options
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps webmock from 3.4.2 to 3.7.1.
Changelog
*Sourced from [webmock's changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md).* > ## 3.7.1 > > * Fixed Async::HTTP::Client adapter code to not cause Ruby warning > > Thanks to [y-yagi](https://github.com/y-yagi) > > ## 3.7.0 > > * Support for Async::HTTP::Client > > Thanks to [Andriy Yanko](https://github.com/ayanko) > > ## 3.6.2 > > * Fixed Patron adapter to handle HTTP/2 status line. > > Thanks to [Fábio D. Batista](https://github.com/fabiob) > > ## 3.6.1 > > * Fixed issue with matching Addressable::Template without a period in the domain > > Thanks to [Eike Send](https://github.com/eikes) > > * Support for `write_timeout` in Net::HTTP > > Thanks to [Claudio Poli](https://github.com/masterkain) > > * Fixed issue with handling urls with ":80" or ":443" in the path. > > Thanks to [Csaba Apagyi](https://github.com/thisismydesign) for reporting and to [Frederick Cheung](https://github.com/fcheung) for fixing the issue. > > ## 3.6.0 > > * Compatibility with the latest version of hashdiff gem, with constant changed from HashDiff to Hashdiff > > Thanks to [Jeff Felchner](https://github.com/jfelchner) > > * Added a hint to the error message raised when `with` method is called without args or a block. > > Thanks to [Adam Sokolnicki](https://github.com/asok) > > * Resetting configured HTTP method in Curb adapter after each request > > Thanks to [tiendo1011](https://github.com/tiendo1011) > > * Added `WebMock.enable_net_connect!` as an alias for `WebMock.allow_net_connect!` > and `WebMock.disallow_net_connect!` as an alias for `WebMock.disable_net_connect!` > > Thanks to [SoonKhen OwYong](https://github.com/owyongsk) > ... (truncated)Commits
- [`8b0d6a5`](https://github.com/bblimke/webmock/commit/8b0d6a5926d0b70acd835a75c4cc4590fd6b1349) Version 3.7.1 - [`564cbb5`](https://github.com/bblimke/webmock/commit/564cbb5156b2b4c7303b30cbe62c0d0efb861251) Merge pull request [#842](https://github-redirect.dependabot.com/bblimke/webmock/issues/842) from y-yagi/fix_ruby_warning - [`63a6376`](https://github.com/bblimke/webmock/commit/63a6376749ffe38c50f0dacfb214fde5f2400245) Fix "warning: shadowing outer local variable - v" - [`91f05df`](https://github.com/bblimke/webmock/commit/91f05df717f0cf9c1a5791b4be28b6d1603ad0ba) Version 3.7.0 - [`c12dd19`](https://github.com/bblimke/webmock/commit/c12dd19ae4a9f561fa7ae5dba76bbc851aa99803) Merge pull request [#839](https://github-redirect.dependabot.com/bblimke/webmock/issues/839) from ayanko/master - [`e3a7d90`](https://github.com/bblimke/webmock/commit/e3a7d9014fb4b31df8dac9bc4f0d32f33ef3967b) Add support for Async::HTTP::Client - [`2a2d3d8`](https://github.com/bblimke/webmock/commit/2a2d3d837bd5eea5580868df029c4cd7b0a603c8) Version 3.6.2 - [`4907604`](https://github.com/bblimke/webmock/commit/4907604dbfb6ff7720e5621043d4555bf47ff4c7) Merge pull request [#834](https://github-redirect.dependabot.com/bblimke/webmock/issues/834) from fabiob/fix-for-http2 - [`833711e`](https://github.com/bblimke/webmock/commit/833711ee8bea9080050fc2db1fc0c94a3a4f0367) Use openjdk8 for now in travis. - [`2b4f3a4`](https://github.com/bblimke/webmock/commit/2b4f3a406ba3c71570c573c5abfb57b3a06999ad) Fix to support HTTP/2 status lines - Additional commits viewable in [compare view](https://github.com/bblimke/webmock/compare/v3.4.2...v3.7.1)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 commands and options
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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.