-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Chef 12.3.0 - undefined method `clear_sources' for Chef::Resource::RbenvGem #110
Comments
Any idea when this will get integrated? |
@vjm i think we're waiting for the author to assign a new maintainer. |
+1 |
I'm also facing this issue and would appreciate a fix |
Is this chef-rbenv activly maintained or would it be saver to move to something else? A simple fix seems to be available for 20 days now. |
Doesn't look like this is actively maintained. The fix is pretty simple if you want to clone and install the gem spec locally. |
I have forked it to https://github.com/ianbrown78/chef-rbenv for the very On Wed, Jun 17, 2015 at 2:46 AM, Robin Chou notifications@github.com
|
thanks @chourobin . You fork works perfect 👍 🍻 |
The original fnichol/chef-rbenv has multiple problems with Chef versions >=12.3, see sous-chefs/ruby_rbenv#110. Until https://github.com/chef-rbenv/chef-rbenv is setup to contain the fork of CloCkWeRX/chef-rbenv, we have to reference this directly. Follow sous-chefs/ruby_rbenv#109 for when this is the case.
The original fnichol/chef-rbenv has multiple problems with Chef versions >=12.3, see sous-chefs/ruby_rbenv#110.
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. |
For compatibility with Chef 12.3.0, I had to add a clear_sources attribute to resources/gem.rb.
https://github.com/chourobin/chef-rbenv
The text was updated successfully, but these errors were encountered: