Closed BenMorganIO closed 2 years ago
Thanks for the gem. I'm wondering if it's possible to reduce the amount of rails dependencies pulled in for this gem to what is base required?
For reference:
https://github.com/toy/image_optim_rails/blob/master/image_optim_rails.gemspec#L24
Good idea, rails with all dependencies is definitely not needed
This should do the trick: https://github.com/toy/image_optim_rails/compare/less-dependencies
Thank you!
Thanks for the gem. I'm wondering if it's possible to reduce the amount of rails dependencies pulled in for this gem to what is base required?
For reference:
https://github.com/toy/image_optim_rails/blob/master/image_optim_rails.gemspec#L24