samvera-labs / chimera

A generic, unbranded implementation of University of Michigan Research Data Repository DeepBlue
Apache License 2.0
2 stars 0 forks source link

Remove to_yaml_properties #29

Closed fritzfreiheit closed 5 years ago

fritzfreiheit commented 5 years ago

Descriptive summary

Remove to_yaml_properties as it was deprecated and removed in ruby 2.5

Rationale

Removed in ruby 2.5

Expected behavior (if bug)

Not throw:

NoMethodError (undefined method `to_yaml_properties' for #<Tempfile:/tmp/RackMultipart20190305-19507-1eqa4hk.jpg>)

Actual behavior (if bug)

Throws: NoMethodError (undefined method `to_yaml_properties' for #<Tempfile:/tmp/RackMultipart20190305-19507-1eqa4hk.jpg>)

Steps to reproduce the behavior (if bug)

  1. Upload a file
jhallida commented 5 years ago

Merged