summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-23 12:11:15 -0700
committerdanielsdeleo <dan@getchef.com>2014-11-26 10:56:17 -0800
commit40bcab1a5ce7fa7f9abba60e136eb43c3c39a45c (patch)
tree3518e6896088c114dda4565ee033496b62360a8c
parentc7b94588e99f741e742bff9a3d2ea210209bf4f8 (diff)
downloadchef-40bcab1a5ce7fa7f9abba60e136eb43c3c39a45c.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 8a4ad05e7e..e7ebb5fd61 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"