rootstrap / active-storage-base64

Base64 support for ActiveStorage
https://rootstrap.com
MIT License
160 stars 16 forks source link

fix: drop Rails dependency #73

Closed route closed 1 year ago

route commented 1 year ago

Summary

I believe that a dependency on the whole rails gem is redundant, I saw gems that needed rails engines and stuff and they indeed required railties not rails as a dependency. This gem doesn't require even railties, so why not drop rails and add what it needs: activestorage and activestorage.

santib commented 1 year ago

Thanks @route !