A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Changelog
*Sourced from [webmock's changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md).*
> ## 3.7.6
>
> * Suppressed keyword argument warnings in Ruby 2.7 in async-http adapter.
>
> Thanks to [Koichi ITO](https://github.com/koic)
>
> ## 3.7.5
>
> * Suppress Excon warning generated by extra key
>
> Thanks to [Marco Costa](https://github.com/marcotc)
>
> ## 3.7.4
>
> * Resetting memoized response fields in Curb adapter.
>
> Thanks to [Andrei Sidorov](https://github.com/heretge)
>
> ## 3.7.3
>
> * Fix for http.rb. Allow passing an output buffer to HTTP::Response::Body#readpartial
>
> Thanks to [George Claghorn](https://github.com/georgeclaghorn)
>
> * Fixed Manticore adapter to invoke Manticore failure handler on stubbed timeout
>
> Thanks to [Alex Junger](https://github.com/alexJunger)
>
> * Added project metadata to the gemspec
>
> Thanks to [Orien Madgwick](https://github.com/orien)
>
> ## 3.7.2
>
> * Fixed handling of non UTF-8 encoded urls
>
> Thanks to [Rafael França](https://github.com/rafaelfranca)
>
> * Fixed "shadowing outer local variable" warning
>
> Thanks to [y-yagi](https://github.com/y-yagi)
>
> ## 3.7.1
>
> * Fixed Async::HTTP::Client adapter code to not cause Ruby warning
>
> Thanks to [y-yagi](https://github.com/y-yagi)
Commits
- [`e9544e8`](https://github.com/bblimke/webmock/commit/e9544e842b706238b238eb31690774a3d54418c6) Version 3.7.6
- [`0fb300a`](https://github.com/bblimke/webmock/commit/0fb300aa0c753e6827821bd49aeeebd804057130) Added MRI 2.7 support.
- [`7e3b4ff`](https://github.com/bblimke/webmock/commit/7e3b4ffbf1ef2cb5cb4cd643cf1f882f6e5b5375) Merge pull request [#850](https://github-redirect.dependabot.com/bblimke/webmock/issues/850) from koic/suppress_kwarg_warnings_in_ruby27
- [`2392703`](https://github.com/bblimke/webmock/commit/23927037d78860d859b6b7beef5ac907da2be291) Suppress keyword argument warnings in Ruby 2.7
- [`8340a09`](https://github.com/bblimke/webmock/commit/8340a09b3a643072da6192bc45d2e726fd1871d9) Version 3.7.5
- [`8bca1c4`](https://github.com/bblimke/webmock/commit/8bca1c412073071e12d555997edb6df5769f50f9) Merge pull request [#849](https://github-redirect.dependabot.com/bblimke/webmock/issues/849) from marcotc/excon-warning
- [`97d135c`](https://github.com/bblimke/webmock/commit/97d135c788d71f08af3d1f9f03649e8be306f62c) Suppress excon warning generated by extra key
- [`97ed7a8`](https://github.com/bblimke/webmock/commit/97ed7a8982284aea392be98fb5abba786569cf22) Version 3.7.4
- [`5ae56c3`](https://github.com/bblimke/webmock/commit/5ae56c37cac247b3789e83c542b5776873672fa8) Merge pull request [#848](https://github-redirect.dependabot.com/bblimke/webmock/issues/848) from heretge/fix/curl-easy-reset
- [`12b26df`](https://github.com/bblimke/webmock/commit/12b26df8bda6afa6656d1b7ebd58d1b16a77c661) Reset memoized response fields in Curb adapter
- Additional commits viewable in [compare view](https://github.com/bblimke/webmock/compare/v3.7.0...v3.7.6)
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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.
Coverage remained the same at 97.931% when pulling 8790f478b855660a28238531317c59d89951db3d on dependabot/bundler/webmock-3.7.6 into 37f9cafa14754cfde93462f10692e5f3879c3914 on master.
Bumps webmock from 3.7.0 to 3.7.6.
Changelog
*Sourced from [webmock's changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md).* > ## 3.7.6 > > * Suppressed keyword argument warnings in Ruby 2.7 in async-http adapter. > > Thanks to [Koichi ITO](https://github.com/koic) > > ## 3.7.5 > > * Suppress Excon warning generated by extra key > > Thanks to [Marco Costa](https://github.com/marcotc) > > ## 3.7.4 > > * Resetting memoized response fields in Curb adapter. > > Thanks to [Andrei Sidorov](https://github.com/heretge) > > ## 3.7.3 > > * Fix for http.rb. Allow passing an output buffer to HTTP::Response::Body#readpartial > > Thanks to [George Claghorn](https://github.com/georgeclaghorn) > > * Fixed Manticore adapter to invoke Manticore failure handler on stubbed timeout > > Thanks to [Alex Junger](https://github.com/alexJunger) > > * Added project metadata to the gemspec > > Thanks to [Orien Madgwick](https://github.com/orien) > > ## 3.7.2 > > * Fixed handling of non UTF-8 encoded urls > > Thanks to [Rafael França](https://github.com/rafaelfranca) > > * Fixed "shadowing outer local variable" warning > > Thanks to [y-yagi](https://github.com/y-yagi) > > ## 3.7.1 > > * Fixed Async::HTTP::Client adapter code to not cause Ruby warning > > Thanks to [y-yagi](https://github.com/y-yagi)Commits
- [`e9544e8`](https://github.com/bblimke/webmock/commit/e9544e842b706238b238eb31690774a3d54418c6) Version 3.7.6 - [`0fb300a`](https://github.com/bblimke/webmock/commit/0fb300aa0c753e6827821bd49aeeebd804057130) Added MRI 2.7 support. - [`7e3b4ff`](https://github.com/bblimke/webmock/commit/7e3b4ffbf1ef2cb5cb4cd643cf1f882f6e5b5375) Merge pull request [#850](https://github-redirect.dependabot.com/bblimke/webmock/issues/850) from koic/suppress_kwarg_warnings_in_ruby27 - [`2392703`](https://github.com/bblimke/webmock/commit/23927037d78860d859b6b7beef5ac907da2be291) Suppress keyword argument warnings in Ruby 2.7 - [`8340a09`](https://github.com/bblimke/webmock/commit/8340a09b3a643072da6192bc45d2e726fd1871d9) Version 3.7.5 - [`8bca1c4`](https://github.com/bblimke/webmock/commit/8bca1c412073071e12d555997edb6df5769f50f9) Merge pull request [#849](https://github-redirect.dependabot.com/bblimke/webmock/issues/849) from marcotc/excon-warning - [`97d135c`](https://github.com/bblimke/webmock/commit/97d135c788d71f08af3d1f9f03649e8be306f62c) Suppress excon warning generated by extra key - [`97ed7a8`](https://github.com/bblimke/webmock/commit/97ed7a8982284aea392be98fb5abba786569cf22) Version 3.7.4 - [`5ae56c3`](https://github.com/bblimke/webmock/commit/5ae56c37cac247b3789e83c542b5776873672fa8) Merge pull request [#848](https://github-redirect.dependabot.com/bblimke/webmock/issues/848) from heretge/fix/curl-easy-reset - [`12b26df`](https://github.com/bblimke/webmock/commit/12b26df8bda6afa6656d1b7ebd58d1b16a77c661) Reset memoized response fields in Curb adapter - Additional commits viewable in [compare view](https://github.com/bblimke/webmock/compare/v3.7.0...v3.7.6)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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.