-
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
Update dependencies #135
base: main
Are you sure you want to change the base?
Update dependencies #135
Conversation
gkellogg
commented
Jan 3, 2022
- Update arguments to .query to use the hash form for RDF.rb compatibility.
- Use RDF::URI.decode, as URI.decode is deprected.
- Explicitly require 'webrick' and 'rdf/vocab'.
- Require unmerged change to derby.
- Pegs activesupport to ~> 6.1 as a development dependency until 7.0 issues are addressed.
- Uses 3.2 versions of RDF gems.
- Pull derby from github.
Seems like an unrelated issue with |
* Require unmerged change to derby. * Pegs activesupport to ~> 6.1 as a development dependency until 7.0 issues are addressed. * Uses 3.2 versions of RDF gems. * Pull derby from github.
2fed857
to
e591589
Compare
Updated, and it gets further, but depends on a change to derby (fcrepo4-labs/derby#19) for this to continue building. I can remove the GitHub Actions CI if CircleCI hands everything you need. Also note that RDF.rb 3.2 depends on Ruby >= 2.6, and many other gems are keeping up with supported Ruby versions. |
i think maybe the dependency on the latter is much better maintained, and is more accurate as a server target than |