From fe146eaad76e58ad799c0bc3bc09a1afe5d4e27d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 23 Oct 2014 12:18:16 -0700 Subject: update docs for dropping support of 1.9.3 --- CHANGELOG.md | 1 + README.md | 2 +- RELEASE_NOTES.md | 4 ++-- 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 -- cgit v1.2.1