chef / cheffish

Resources and tools for testing and interacting with Chef and Chef Server.
Apache License 2.0
38 stars 28 forks source link

Docs and/or gemspec should specify required Chef version #7

Closed coderanger closed 10 years ago

coderanger commented 10 years ago

Via IRC, it looks like the minimum version is 11.12 since thats when chef/http/remote_request_id was added.

reesew commented 10 years ago

maybe required ruby version too, because OpenSSL::PKey.read() doesn't seem to exist in 1.9.2 (i'm new to ruby/rvm)

jkeiser commented 10 years ago

I've tested, and now placed the minimum version in the cheffish Gemfile. Thanks!