diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-06 14:30:12 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-13 18:49:12 -0700 |
commit | 49e1fbfacb2f9c14a4b97bc5a2caa493f66ad0ca (patch) | |
tree | 283e41e4f18ce5a18b0920542ded456095f4acc9 /chef.gemspec | |
parent | adf7574a076056a46325d5e764b9878793295d60 (diff) | |
download | chef-49e1fbfacb2f9c14a4b97bc5a2caa493f66ad0ca.tar.gz |
Require Ruby 2.4+ruby24+
We're removed testing on 2.3 so at this point we wouldn't know if we
introduced some Ruby 2.4+ code.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index 352ce5dab0..be35d854df 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.email = "adam@chef.io" s.homepage = "https://www.chef.io" - s.required_ruby_version = ">= 2.3.0" + s.required_ruby_version = ">= 2.4.0" s.add_dependency "chef-config", "= #{Chef::VERSION}" |