Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix webmock errors in specs for ruby 2.1 and 2.2
New versions of webmock released within the last month have adopted the ruby 2.4 method invocation syntax of &. but the tested ruby versions do not support it. This commit resolves the problem by conditionally bundling either the older version of webmock or newer versions based on the current ruby version.
- Loading branch information