Skip to content

Bump webmock from 3.7.6 to 3.12.2

NipaNipa requested to merge dependabot/bundler/webmock-3.12.2 into master

Bumps webmock from 3.7.6 to 3.12.2.

Changelog

Sourced from webmock's changelog.

3.12.2

  • Fixed em-http-request adapter to avoid calling middleware twice.

    Thanks to Alex Vondrak

3.12.1

  • Fixed handling of URIs with IPv6 addresses with square brackets when in Net::HTTP adapter.

    Thanks to Johanna Hartmann

3.12.0

  • Added support for handling custom JSON and XML content types e.g. 'application/vnd.api+json'

3.11.3

3.11.2

3.11.1

  • Compatibility with async-http 0.54+

    Thanks to Jun Jiang

3.11.0

  • Added support for features in http.rb adapter.

    Thanks to Carl (ce07c3)

3.10.0

  • Added option to global stubs to have lower priority than local stubs.

    WebMock.globally_stub_request(:after_local_stubs) do
      { body: "global stub body" }
    end
    stub_request(:get, "www.example.com").to_return(body: 'non-global stub body')
... (truncated)
Commits
  • 4d37538 Version 3.11.2
  • 6967c20 Merge branch 'ajvondt push origin master
  • 2b87ab3 Merge branch 'master' of github.com:ajvondrak/webmock into ajvondrak-master
  • 7437229 Removed trailing space.
  • d06f87f HTTP/2 doesn’t have dot in version number.
  • 443a4c7 Avoid redundantly calling em-http-request middleware
  • 6ff8c0a Added httpx to the list of supported http libs.
  • 06c3179 Version 3.12.1
  • b4c95c2 Revert "Add specs"
  • 79e60c9 Merge pull request #933 from JohannaHartmann/jh/fix-issue-806
  • Additional commits viewable in compare view

Merge request reports