I've recently added Diffend to my project, but am seeing the following error.
Is this the "not supported" part of the Appraisal README that says: "vendoring plugins is not supported"?
❯ bundle exec appraisal update
Found existing alias for "bundle exec". You should use: "be"
bundler: failed to load command: appraisal (bin/appraisal)
NoMethodError: undefined method `plugin' for #<Appraisal::Gemfile:0x000055b3e8bf0ff8>
lib/ruby/gems/2.7.0/gems/appraisal-2.3.0/lib/appraisal/gemfile.rb:22:in `run'
lib/ruby/gems/2.7.0/gems/appraisal-2.3.0/lib/appraisal/gemfile.rb:20:in `instance_eval'
lib/ruby/gems/2.7.0/gems/appraisal-2.3.0/lib/appraisal/gemfile.rb:20:in `run'
...
bin/appraisal:23:in `load'
bin/appraisal:23:in `<top (required)>'
Would you say wrapping it in !ENV["APPRAISAL_INITIALIZED"] is the canonical way of working with plugins?
I've recently added Diffend to my project, but am seeing the following error.
Is this the "not supported" part of the Appraisal README that says: "vendoring plugins is not supported"?
Would you say wrapping it in
!ENV["APPRAISAL_INITIALIZED"]is the canonical way of working withplugins?