-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Use full class name for rvm_environment resource usage inside Chef::Provider::Package:RVMRubygems class #284
Use full class name for rvm_environment resource usage inside Chef::Provider::Package:RVMRubygems class #284
Conversation
…rovider::Package:RVMRubygems class
👍 since it is a known deprecated functionality now. For refrence: chef/chef#2591 |
Hiya @nomadium Can you confirm if this change also breaks Chef 11 compatibility? I am fine with breaking Chef 10 at this point, but Chef 11 and 12 both should be supported until the 2.x release. |
Hi @martinisoft. I confirm you I tested this change with 11.16.4 and 12.0.0 and it worked. |
👍 Works ok in Chef 12.0.3 |
👍 I just tested this by pulling the branch in via my Berksfile, and it seemed to behave much better, now! Someone ought to merge this! 😄 |
…-incompatibility Use full class name for rvm_environment resource usage inside Chef::Provider::Package:RVMRubygems class
@martinisoft and @cmluciano would love to see this released. |
@martinisoft @cmluciano +1 for a release with this fix! |
Are there any plan to release this fix? |
It would seem that this fix is going to be incorporated into version For example, if I wanted to test out that commit I put this in my
See the Then just run: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I propose this change because the cookbook was not working with Chef 12.0.0. I also tested it with previous versions and works as expected.
This should fix: #283.