-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support ruby 3.0 and 3.1, rails 7.0 releases #149
Conversation
…y fork (used for integration test suites)
before do | ||
# Initialize LDP server | ||
subject.put "/", "" | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this is needed with Lamprey, but without it the first test will fail unless that test is "creating resources".
d67dd9f
to
bf5c3fc
Compare
The circleci jobs changed in this PR removing one that github is expecting. |
3dea33e
to
79a059d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you very much for this @cjcolvar!
Rebase of #145 with additional commits to switch to Lamprey (rdf-ldp) as the LDP server used in integration tests and loosen the
rdf
andjson-ld
dependency requirements. Tests were also added for ruby 3.1 and rails 7.0.