Open
Description
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 :
Chef::Exceptions::RecipeNotFound
--------------------------------
could not find recipe system for cookbook ruby_rbenv
4: include_recipe 'build-essential'
5>> include_recipe 'ruby_rbenv::system'
6: include_recipe 'ruby_build'
You can easily bypass it by freezing the version in your metadata.rb
file
depends '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.