I'm currently stuck with Chef 12.14.60 until a larger push to update infrastructure for Chef 14 compatibility. using s3_file v2.8.5 (imported as '~> 2.7.0') causes the following failure, which '= 2.7.0' does not. I think the minimum chef version in metadata.rb needs increased to at least > 12.14.60
================================================================================
Error Resolving Cookbooks for Run List:
================================================================================
Unknown Server Error:
---------------------
The server had a fatal error attempting to load the node data.
Server Response:
----------------
Exception raised! #<NoMethodError: undefined method `responds_to' for #<Chef::Cookbook::Metadata:0x00000004104b00>
Did you mean? respond_to?>
/tmp/kitchen/cookbooks/s3_file/metadata.rb:9:in `from_file'
I'm currently stuck with Chef 12.14.60 until a larger push to update infrastructure for Chef 14 compatibility. using s3_file v2.8.5 (imported as '~> 2.7.0') causes the following failure, which '= 2.7.0' does not. I think the minimum chef version in metadata.rb needs increased to at least
> 12.14.60