samvera / ldp

Linked Data Platform.rb client
Other
16 stars 15 forks source link

Update dependencies #135

Open gkellogg opened 2 years ago

gkellogg commented 2 years ago
gkellogg commented 2 years ago

Seems like an unrelated issue with libgmp-dev.

cjcolvar commented 2 years ago

@gkellogg FWIW I updated the CircleCI build configuration in #133 (unmerged) and it is passing there. I wonder if the build will pass if you rebase on top of that PR (without needing the change to github actions).

gkellogg commented 2 years ago

Updated, and it gets further, but depends on a change to derby (https://github.com/fcrepo4-labs/derby/pull/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.

no-reply commented 2 years ago

i think maybe the dependency on derby can just be dropped/switched to rdf-ldp.

the latter is much better maintained, and is more accurate as a server target than derby (which if it had been maintained would track the fcrepo api)