Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jun 4, 2018

Bumps webmock from 3.0.1 to 3.4.2.

Changelog

Sourced from webmock's changelog.

3.4.2

  • Fixed rbuf_fill in Net::HTTP adapter to be thread-safe

    Thanks to Arkadiy Tetelman

  • Fix invalid scheme error with Addressable::Template

    Thanks to Kazato Sugimoto

3.4.1

  • When comparing url encoded body to a body from request stub, which was declared as hash, only String, Numeric and boolean hash values are stringified before the comparison.

    Thanks to Lukas Pokorny

3.4.0

  • Ruby 2.6 support. Prevent Net/ReadTimeout error in Ruby 2.6

    Thanks to Koichi ITO

  • Handling query params, which represent nested hashes with keys starting with non word characters.

    Thanks to rapides for reporting the issue.

  • Patron adapter handles PATCH requests with body.

    Thanks to Mattia for reporting the issue.

  • Allowing requests with url encoded body to be matched by request stubs declared with hash body with non-string values.

     stub_request(:post, "www.example.com").with(body: {"a" => 1, "b" => false})
    
     RestClient.post('www.example.com', 'a=1&b=false', :content_type => 'application/x-www-form-urlencoded') # ===> Success
    

    Thanks to Kenny Ortmann for suggesting this feature.

  • When request headers contain 'Accept'=>'application/json' and no registered stub matches the request, WebMock prints a suggested stub code with to_return body set to '{}'.

    Thanks to redbar0n

  • Improved suggested stub output when the request stub only contains headers declaration.

    Thanks to Olia Kremmyda

  • Fixed Curb adapter to handle reset method.

    Thanks tp dinhhuydh for reporting the issue.
    Thanks to Olia Kremmyda for fixing it.

... (truncated)
Commits
  • b6c5b43 Version 3.4.2
  • 20e8d38 Merge pull request #758 from uiureo/fix-489
  • 1962400 Rename the flag to be more meaningful
  • 11feb72 Merge pull request #759 from arkadiyt/tracepoint-fix
  • ba0828f Only apply TracePoint to current thread
  • 6a991b8 Remove redundant variations for URIAddressablePattern
  • 2bf4453 Fix InvalidURIError with ip:port uri
  • ca54cf8 Version 3.4.1
  • 67b75e9 Merge pull request #756 from luk4s/755_hash_incliding_in_body
  • 5122822 do not convert RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher to_s
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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](https://github.com/bblimke/webmock) from 3.0.1 to 3.4.2.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.0.1...v3.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/webmock-3.4.2 branch from e850f0c to 1d7e745 Compare June 8, 2018 07:41
@dependabot-preview
Copy link
Author

Superseded by #36.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/webmock-3.4.2 branch December 27, 2018 05:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants