projectblacklight / spotlight

Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
Other
157 stars 64 forks source link

DEPRECATION WARNING: DeprecatedConstantProxy without a deprecator is deprecated #3002

Closed jcoyne closed 5 months ago

jcoyne commented 5 months ago

I see this warning many times when I build the test app:

DEPRECATION WARNING: DeprecatedConstantProxy without a deprecator is deprecated (called from <top (required)> at /Users/jcoyne85/workspace/projectblacklight/spotlight/lib/spotlight/engine.rb:19)
jcoyne commented 5 months ago

It looks like this might be riiif that caused this: https://github.com/projectblacklight/spotlight/blob/main/lib/spotlight/engine.rb#L19

jcoyne commented 5 months ago

And it should be resolved with riiif 2.5.0, which I released today.