diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-23 12:18:16 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-11-26 11:01:07 -0800 |
commit | 8a6ad8b6400638a011d0ed0d87f4ade8b83e7fac (patch) | |
tree | 18400937d592ed8d3ffbd7975b4f4b018509d5c3 | |
parent | 40bcab1a5ce7fa7f9abba60e136eb43c3c39a45c (diff) | |
download | chef-8a6ad8b6400638a011d0ed0d87f4ade8b83e7fac.tar.gz |
update docs for dropping support of 1.9.3
Conflicts:
CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd3336d5f..e82ea3f1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,6 +146,7 @@ ### Chef Contributions +* ruby 1.9.3 support is dropped * Added RFC-023 Chef 12 Attribute Changes (https://github.com/opscode/chef-rfc/blob/master/rfc023-chef-12-attributes-changes.md) * Added os/platform_family options to provides syntax on the Chef::Resource DSL * Added provides methods to the Chef::Provider DSL @@ -33,7 +33,7 @@ emerge, etc.): * git * C compiler, header files, etc. On Ubuntu/debian, use the `build-essential` package. -* ruby 1.9.3 or later +* ruby 2.0.0 or later * rubygems * bundler diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 924f189543..70ed044a19 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -231,9 +231,9 @@ manifest for the cookbook will be deleted from the cookbook file cache. In order to avoid redownloading the file_cache for all the cookbooks and files that are skipped when an override run list is used, when an override run list is set the file cache is not cleaned at all. -## Dropped Support For Ruby 1.8.7/1.9.1/1.9.2 +## Dropped Support For Ruby 1.8 and 1.9 -Ruby 1.8.7, 1.9.1 and 1.9.2 are no longer supported. +Ruby 1.8.7, 1.9.1, 1.9.2 and 1.9.3 are no longer supported. ## Changed no_lazy_load config default to True |