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

Update json-schema dependency #777

Closed
wants to merge 1 commit into from

Commits on Oct 25, 2019

  1. Update json-schema dependency

    Version 2.8.0 of the json-schema gem assumed the WIP draft 6 URI would
    be "http://json-schema.org/draft-06/schema#".  It happens that it is in
    fact "http://json-schema.org/draft/schema#".  While this issue was fixe
    in voxpupuli/json-schema#376 and json-schema 2.8.1 was released
    with this fix, it does not fix our problem.
    
    But since we do not depend on draft-06 features, downgrade to draft-04
    (there is no draft-05).
    smortex committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c90d9e1 View commit details
    Browse the repository at this point in the history