rbenv not installed. Can't run rbenv_command
# In /var/chef/cache/cookbooks/cloudfoundry/providers/source.rb
54: gr = rbenv_gem "bundler" do
55: version new_resource.bundler_version
56: ruby_version new_resource.ruby_version
57: action :nothing
58: end
59: gr.run_action(:install)