summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-23 12:18:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-10-23 12:18:16 -0700
commitfe146eaad76e58ad799c0bc3bc09a1afe5d4e27d (patch)
tree01a55f5a4114c7ff4fa8b5baa0cfa57ddbba3f25
parentcd6403c5967d33c23ead07a2b08469e91476b4f7 (diff)
downloadchef-lcg/drop-1.9-support.tar.gz
update docs for dropping support of 1.9.3lcg/drop-1.9-support
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md4
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0f58e7349..52786e7159 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -138,6 +138,7 @@
### Chef Contributions
+* ruby 1.9.3 support is dropped
* Recipe definition now returns the retval of the definition
* Add support for Windows 10 to version helper.
* `dsc_script` resource should honor configuration parameters when `configuration_data_script` is not set (Issue #2209)
diff --git a/README.md b/README.md
index 306baba163..48e49b9d66 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 9b316516e4..0f1985bb06 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -223,9 +223,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.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