-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
bugbreakages in functionality that is implementedbreakages in functionality that is implemented
Milestone
Description
- What were you trying to do?
Upgrade from 0.18.0
to 1.0.0.beta1
- What did you end up with (logs, or, even better, example apps are great!)?
Our application depends on propshaft@0.8.0 for assets. Depending on administrate
brought along an additional transitive dependency on sprockets-rails@3.4.2
.
The removal of the transitive sprockets-rails
dependency in the latest beta release somehow broke our application's integration with inline_svg (outside of the Administrate engine). By restoring the dependency as a direct, explicit Gemfile
declaration, SVG asset resolution was restored.
- What versions are you running?
- Rails
7.1.3
- administrate
0.18.0
upgraded to1.0.0.beta1
- Rails
nickcharlton
Metadata
Metadata
Assignees
Labels
bugbreakages in functionality that is implementedbreakages in functionality that is implemented