Open
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 [email protected] for assets. Depending on administrate
brought along an additional transitive dependency on [email protected]
.
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