Skip to content

Bump webmock from 3.6.0 to 3.7.2

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

Bumps webmock from 3.6.0 to 3.7.2.

Changelog

Sourced from webmock's changelog.

3.7.2

  • Fixed handling of non UTF-8 encoded urls

    Thanks to Rafael França

  • Fixed "shadowing outer local variable" warning

    Thanks to y-yagi

3.7.1

  • Fixed Async::HTTP::Client adapter code to not cause Ruby warning

    Thanks to y-yagi

3.7.0

3.6.2

3.6.1

  • Fixed issue with matching Addressable::Template without a period in the domain

    Thanks to Eike Send

  • Support for write_timeout in Net::HTTP

    Thanks to Claudio Poli

  • Fixed issue with handling urls with ":80" or ":443" in the path.

    Thanks to Csaba Apagyi for reporting and to Frederick Cheung for fixing the issue.

Commits
  • 2a15b26 Version 3.7.2
  • 6c2f336 Merge pull request #843 from rafaelfranca/rm-fix-encoding-problem-after-832
  • 5c3dcf8 Change encoding only when generating the strings
  • ab77792 Remove unecessary encoding change
  • 0351cdf Do not try to gsub on incompatible encoding
  • 5b1754b Merge pull request #835 from tadassce/em-http-timeout
  • f38c47e Fix EM HTTP request adapter's timeout class
  • 8b0d6a5 Version 3.7.1
  • 564cbb5 Merge pull request #842 from y-yagi/fix_ruby_warning
  • 63a6376 Fix "warning: shadowing outer local variable - v"
  • Additional commits viewable in compare view

Merge request reports