projectblacklight / blacklight_advanced_search

Advanced search plugin for Blacklight
http://projectblacklight.org
Other
24 stars 25 forks source link

Github CI tests failing with ruby 3.1 #124

Closed dkinzer closed 1 year ago

dkinzer commented 1 year ago

The CI tests are failing when using Ruby 3.1 with

The asset 'application.js' was not found in the load path.

So far I have not been able to reproduce the issue locally using the same version of Ruby.

dkinzer commented 1 year ago

The cause of the failure might actually be blacklight itself since the failing error refers to a missing applications.js file: https://github.com/projectblacklight/blacklight/issues/2829