spree / deface

Rails plugin that allows you to customize ERB views in a Rails application without editing the underlying view.
MIT License
517 stars 128 forks source link

Do not support anything prior to Rails 4.2 #207

Closed elia closed 3 years ago

damianlegawiec commented 3 years ago

Hey @elia , let's also specify in the gemspec that we require rails 5.0 at lest

https://github.com/spree/deface/blob/master/deface.gemspec#L25

aldesantis commented 3 years ago

Argh, sorry, I merged by mistake. 😞 @elia could you open another PR with the gemspec requirement?

elia commented 3 years ago

@damianlegawiec @aldesantis no problem! I moved the version number to 5.2, which makes more sense to me, as Rails lifts support from minor releases pretty aggressively. https://github.com/spree/deface/pull/208