jamesmartin / inline_svg

Embed SVG documents in your Rails views and style them with CSS
MIT License
716 stars 72 forks source link

Drop webpacker support in favour of Shakapacker #162

Closed tagliala closed 2 months ago

tagliala commented 5 months ago

Webpacker was deprecated and replaced with shakapacker.

CI is currently based on webpacker 4, which requires python 2.7, which is not available anymore. So it should be upgraded to webpacker 5, which is in EOL

Because of #161 and a major release, I would also drop webpacker

jamesmartin commented 2 months ago

We'll be completely dropping support for EOL versions of Rails (and Ruby) in a version 2.0 of this gem, which I expect to have released very soon. 🤞

jamesmartin commented 2 months ago

Interim version 1.10.0 has been released, which includes your support for Shakapacker v8. I'll get working on v2.0 of this gem in the coming weeks, in which we'll drop support for Webpacker.