spree / deface

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

Rails 6.1 and Ruby 3.0 fixes #213

Closed damianlegawiec closed 3 years ago

poudelprakash commented 3 years ago

Got this error on this branch with ruby 3 while bundle install:

Resolving dependencies...
Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby x86_64-darwin-20

    deface x86_64-darwin-20 was resolved to 1.5.3, which depends on
      Ruby (~> 2.5)

did you forget to push your change on https://github.com/spree/deface/blob/cf3296eb9772c0e443cb9b163d6477acee97ab9b/deface.gemspec#L18 ?

kennyadsl commented 3 years ago

Thanks @damianlegawiec !