samvera / maintenance

Organizing repository for the Core Components Maintenance Interest Group.
Apache License 2.0
0 stars 3 forks source link

Deprecate fcrepo_wrapper in favor of using Docker for developing and testing Gems #105

Open jrgriffiniii opened 2 years ago

jrgriffiniii commented 2 years ago

A cursory search reveals that fcrepo_wrapper is specified quite actively as a Gem dependency for various Samvera GitHub repositories: https://github.com/search?q=org%3Asamvera+fcrepo_wrapper&type=code

This is to propose that this should be removed as a dependency, as this has been deprecated by Docker, and given that this is maintained outside of the Samvera Community: https://github.com/cbeer/fcrepo_wrapper

cjcolvar commented 1 year ago

FWIW The current release of fcrepo_wrapper needs to be updated for ruby 3.0 support: File.exists? -> File.exist?

scherztc commented 5 months ago

This might fall under ruby support, too.

https://github.com/cbeer/fcrepo_wrapper/issues/48