Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken build due to Hashdiff deprecation warning #758

Merged

Commits on Jun 20, 2019

  1. Fix broken build due to Hashdiff deprecation

    webmock uses the hashdiff gem, which recently introduced a deprecation
    warning regarding the spelling of the `Hashdiff` constant.
    
    ```
    The HashDiff constant used by this gem conflicts with another gem of a similar name.
    As of version 1.0 the HashDiff constant will be completely removed and replaced by Hashdiff.
    ```
    
    This warning in the output causes one of the vcr cucumber tests to fail.
    
    The fix is to update to the latest version of the hashdiff gem, which is
    currently in beta.
    mattbrictson committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c10e9e4 View commit details
    Browse the repository at this point in the history