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

Allow both dry-validation 0.x and 1.x #4379

Merged
merged 2 commits into from Jun 22, 2020
Merged

Allow both dry-validation 0.x and 1.x #4379

merged 2 commits into from Jun 22, 2020

Commits on Jun 19, 2020

  1. Allow both dry-validation 0.x and 1.x

    This backports the changes done in master in 5d8819f but tries to avoid changing the interface through the use of a class method #call and a Dry::Validation::Result wrapping class using SimpleDelegator that defines #messages.
    cjcolvar committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    d6280ea View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Force linkeddata 3.x for compatibility with rdf 3.x

    I ran into this issue when testing where ebnf 2.0 was released on Friday and was getting pulled in.  The only version of linkeddata which resolves then is 1.1.1 which has compatibility issues with rdf 3.x.  If ebnf is backed down to 1.x then I believe the correct version of linkeddata will be used but specifying the version of linkeddata better describes the true dependency requirement.
    cjcolvar committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c60022d View commit details
    Browse the repository at this point in the history