jQuery UI 1.14 removed the deprecated ui/core.js file: https://jqueryui.com/changelog/1.14.0/#ui-core
Gem jquery-ui-rails v8.0.0 upgraded jQuery UI to v1.14.1: https://github.com/jquery-ui-rails/jquery-ui-rails/releases/tag/v8.0.0
Line causing issue:
|
require_asset "#{jquery_ui_prefix}core" |
Thanks!