Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Webmock added support for ruby 2.3.1 but the Socket#close method was not stubbed which causes integration test errors if the connection is closed. See bblimke/webmock#683. Bump webmock to at least 2.3.2, but less than 3, since 3 requires ruby 2.0. Also bump vcr to a compatible versions to avoid tests trying to resolve DNS for bogus hostnames.
- Loading branch information