-
Notifications
You must be signed in to change notification settings - Fork 108
Error defining private method #4
Comments
What version of Ruby is this running on? The cookbook has no specific support for OS X right now but this failure isn't related to that. |
Looks like this was a change between Ruby 2.0 and 2.1, went from returning the body proc to the symbol. If you run using the Ruby 2.1 that comes with the Chef packages, it should work. I'll fix it in the next version of poise-languages. |
Reported in poise/poise-python#4 Ruby 2.0 returns the body proc, not the symbol. Some day I can revert this if and when I don't want to support Ruby 2.0.
Any suggestions on how to get this to work in the mean time? I referenced github in both my Gemfile and my Cheffile. |
You need master of poise-languages, not poise-python. With that it should work again. |
Correct, I was trying that. :( |
Gemfile: Cheffile: |
Oh, |
Will do, thanks :) |
If you want to use it with Librarian you can always do the conversion manually. Clone the |
Build currently fail
The text was updated successfully, but these errors were encountered: