Skip to content

CentOS 7 Fail due cookbook ruby_rbenv #18

Open
@Pierozi

Description

@Pierozi

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions