summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-28 14:49:07 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-28 14:49:07 -0700
commitd4482aa70f55ea3d72363411700cc731c00fa8cd (patch)
tree403ce1fa8c814eab1ce16ac64ecfdd3ccecb6822
parent72fa1edf8b969aaf64d8b5af551447a83bf0da25 (diff)
parent2f95ea47ea11d3b2096ac0b7e80d0d0c0eea2470 (diff)
downloadchef-d4482aa70f55ea3d72363411700cc731c00fa8cd.tar.gz
Merge pull request #4752 from chef/lcg/ruby-2.0.0-deprecation
ruby 2.0.0 is EOL
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 5b9805827a..acf712ea3d 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "adam@chef.io"
s.homepage = "http://www.chef.io"
- s.required_ruby_version = ">= 2.0.0"
+ s.required_ruby_version = ">= 2.1.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"