We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-gitorious calls select_ruby from it's default recipe and is relying on the rvm cookbook to provide that method.
diff --git a/recipes/default.rb b/recipes/default.rb index d637280..6e35026 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -36,4 +36,5 @@ end class Chef::Recipe
include Chef::RVM::RecipeHelpers
The text was updated successfully, but these errors were encountered:
4eac491
Right you are, thank you!
Sorry, something went wrong.
Include Chef::RVM::StringHelpers to provide select_ruby function.
10a9385
Closes sous-chefs#61 (via @jheth)
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.
No branches or pull requests
chef-gitorious calls select_ruby from it's default recipe and is relying on the rvm cookbook to provide that method.
diff --git a/recipes/default.rb b/recipes/default.rb
index d637280..6e35026 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -36,4 +36,5 @@ end
class Chef::Recipe
mix in recipe helpers
include Chef::RVM::RecipeHelpers
end
The text was updated successfully, but these errors were encountered: