summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-23 12:18:16 -0700
committerdanielsdeleo <dan@getchef.com>2014-11-25 15:22:58 -0800
commitadec52fbdcc8499daaa2184ecba1ada3dc6d714a (patch)
treeae4f1d73287b606c1ed4f7fc43b06f4d31b59426
parent2108c74226d34b28d94bcb259ffe40583809deb3 (diff)
downloadchef-adec52fbdcc8499daaa2184ecba1ada3dc6d714a.tar.gz
update docs for dropping support of 1.9.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md4
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35ad446cb7..06ad8087b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
Typo fixes
### Chef Contributions
+* ruby 1.9.3 support is dropped
* Update Chef to use RSpec 3.
## 12.0.0
@@ -170,6 +171,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
diff --git a/README.md b/README.md
index a0124fe1de..93665ee991 100644
--- a/README.md
+++ b/README.md
@@ -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 7faf924134..6ca29ec0a6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -241,9 +241,9 @@ manifest for the cookbook will be deleted from the cookbook file cache.
In order to avoid re-downloading 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.7/1.9.1/1.9.2/1.9.3
-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