-
Notifications
You must be signed in to change notification settings - Fork 58
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
Incorrect dependencies on 0.16 release #117
Comments
Also re: why I am recommended a yank, I do some testing on older ChefDK's to ensure compat, so if we do a new release but don't remove the broken 0.16.0, bundler/rubygems will happily try installing that version instead of the fixed one. |
Thanks for finding that issue @coderanger Would you like to put up a PR for that? |
The actual patch seemed easy enough to not be needed :) The complex bits are the new release and the yank. |
Thanks @coderanger all fixed |
This patch was included in 0.16, but that requires functionality only added to InSpec in 0.34. The current dependency on
kitchen-inspec
is>= 0.22
, which is incorrect. We should yank the existing 0.16.0 and release a 0.16.1 with the correct InSpec dependency.The text was updated successfully, but these errors were encountered: