-
Notifications
You must be signed in to change notification settings - Fork 24
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
test-kitchen dependency version is too old #40
Comments
It compiles if I remove the Gemfile lock. However, the API has changed: when I execute kitchen converge with this provisionner, I have:
Any Rubyist/Chefist to fix ? I'm just discovering the ecosystem (I'm from Java) and do not understand thinks so well: dependency management is one of the aspects I do not understand |
I just removed that gem and I'm using the provisioner:
nodes_path: test/fixtures/nodes |
However, it constraints to have a Vagrantfile to setup the node format, which is more cumbersome than using this plugin if it were updated |
Heum, no it doesn't, I don't have any |
Not sure if this is the same problem, but i get this: I am on chef v15:
|
@mcascone you seem to have the same issue as me. |
Seeing some related issues. Are there plans to update this or keep it maintained? I'd be happy to send a PR with fixes if it's desired |
please do @webframp ! |
a fork of |
It's impossible to use the latest version of this gem:
Without setting a version, it installs the version
0.2.0.dev.1
which doesn't work with actualtest-kitchen
version.The text was updated successfully, but these errors were encountered: