-
Notifications
You must be signed in to change notification settings - Fork 15
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
CentOS 7 Fail due cookbook ruby_rbenv #18
Comments
👍 |
Hi, I've added:
to my metadata.rb but it fails with:
Any help would be much appreciated. Thanks. |
Hi @jarrettj Maybe you can try to remove the
|
Hi, Thanks for the quick response. I had a look at the ruby_rbenv folder and the CHANGELOG, and for some reason the cookbook did not update. To solve it I did a 'knife cookbook site install ruby_rbenv 1.2.1'. All working now. Thanks. Regards. |
Yesterday, 24 July 2017, the cookbook
ruby_rbenv
has been updated to a new major version.This provoques a BC Break in the manual installation process. You may have this error :
You can easily bypass it by freezing the version in your
metadata.rb
filedepends 'ruby_rbenv', '= 1.2.1'
Please let me know if you are impacted by this bug (this will motivate me to update it 😄).
Feel free to submit a PR if you want to make this cookbook compatible with version 2.
Thanks.
The text was updated successfully, but these errors were encountered: