killbill / killbill-admin-ui

Kill Bill Administrative UI engine
https://killbill.io
MIT License
52 stars 59 forks source link

Remove SASS dependencies #382

Closed tungleduyxyz closed 10 months ago

tungleduyxyz commented 11 months ago

Remove all related SASS dependencies.

pierre commented 10 months ago

To fix CI, I recommend pinning rails to 7.0.x and activerecord-jdbc-adapter to 70.0 (at master@3bf0c01).

(check the logs of the last green CI: https://github.com/killbill/killbill-admin-ui/actions/runs/6348470416/job/17245139000)

pierre commented 10 months ago

FYI regarding pinning Rails, it looks like this is required in other repos too. Check https://github.com/killbill/killbill-email-notifications-ui/actions/runs/6630782510/job/18012918442 and https://github.com/killbill/killbill-admin-ui-standalone/actions/runs/6630812941/job/18013014846 (other JRuby jobs failing).