jamesmartin / inline_svg

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

Add missing activesupport require #152

Closed xymbol closed 1 year ago

xymbol commented 1 year ago

The Rails team has been removing unnecessary requirements from the activesupport gem for a while now.

This commit fixes the build by adding the missing extension to test the presence of any object.

jamesmartin commented 1 year ago

Thanks for the patch.