summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-23 12:11:15 -0700
committerdanielsdeleo <dan@getchef.com>2014-11-25 15:22:58 -0800
commit2108c74226d34b28d94bcb259ffe40583809deb3 (patch)
treef100e58afab7864a308e906c802523d24545ce07
parente38a3b22b827972e0bcddcc1a9127bd156b6f0d0 (diff)
downloadchef-2108c74226d34b28d94bcb259ffe40583809deb3.tar.gz
drop ruby 1.9.x support for Chef-12
Ruby 1.9.3 is in security-only maintenance phase which means that bugs for the core ruby interpreter will not be fixed and Chef cannot support ruby 1.9.x. Users should be using omnibus-chef packages which come with a built-in ruby 2.x or should upgrade their own installations to ruby 2.x (and accept that ongoing upgrade and support cost). Chef 11 will continue to be shipped on ruby 1.9.x until Chef 11 is EOL.
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 8e906a0ef1..67cd29a930 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "adam@getchef.com"
s.homepage = "http://www.getchef.com"
- s.required_ruby_version = ">= 1.9.3"
+ s.required_ruby_version = ">= 2.0.0"
s.add_dependency "mixlib-config", "~> 2.0"
s.add_dependency "mixlib-cli", "~> 1.4"