-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with the rubygems plugin
keyword
#178
Comments
I've not had the opportunity to work with a You'll get a I suspect wrapping it would work, yes. Give it a go and report back? (It'd be nice to update README to link to this issue if indeed that's true!) |
Having the same issue with diffend. I had hoped to add it to all my projects... but this will block a number of them. |
Appraisal is nice but it can be simplified. Additionally, it doesn't currently support the bundler plugin api so override_gem, plugin, etc., won't work. We do this in some repositories so unless there's a reason to stick with appraisal, it's safer to use a solution that's simpler and more future-proof. See: `https://github.com/thoughtbot/appraisal/issues/178`
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 withplugin
s?The text was updated successfully, but these errors were encountered: