WebMock v3.0.0 Release Notes

    • Dropped support for Ruby 1.9.3

    • Using Ruby >= 1.9 hash key syntax in stub suggestions

      Thanks to Tarmo Tänav

    • Add at_least matchers for fakeweb-style expectations

      Thanks to Joe Marty

    • Fix against "can't modify frozen String' error when Ruby option frozen_string_literal is enabled.

      Thanks to Chris Thomson

    • Handling read_timeout option in Net::HTTP in Ruby >= 2.4

      Thanks to Christof Koenig

    • RequestRegistry fix for RuntimeError - can't add a new key into hash during iteration

      Thanks to Chung-Yi Chi