samvera / active_fedora

A Rails interface to the Fedora repository, akin to ActiveModel
Other
54 stars 63 forks source link

Pin rdf-vocab to 3.1.4 #1420

Closed bhavanaananda closed 3 years ago

bhavanaananda commented 4 years ago

https://github.com/samvera/active_fedora/blob/v11.5.5/lib/active_fedora/with_metadata/default_schema.rb - : property :file_name, predicate: ::RDF::Vocab::EBUCore.filename

But rdf-vocab 3.1.5 removed the 'filename' property and replaced it with 'resourceFilename' https://github.com/ruby-rdf/rdf-vocab/blob/develop/lib/rdf/vocab/ebucore.rb#L10041

Hence pin the rdf-vocab to 3.1.4