summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-05 15:36:10 -0800
committerTim Smith <tsmith@chef.io>2018-12-05 15:36:10 -0800
commit874e8491b72722ad9895b3a9a345f999c4c05d7a (patch)
tree24e971b1ac051808e45a10a4a6b170785efbd096 /chef.gemspec
parenta05cc21d88ce72258e4a58e6d7c98fb584e79382 (diff)
downloadchef-874e8491b72722ad9895b3a9a345f999c4c05d7a.tar.gz
Require Ruby 2.5 or later
We haven't fully added 2.6 support, but Chef 15 will continue or RFC defined Ruby support process of supporting N and N-1. Now that the latest Ohai 15 is in the Gemfile.lock the unit tests on Ruby 2.4 fail. This bumps the required version to 2.5 and removes the 2.4 tests. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index c787e00580..15fc862deb 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.4.0"
+ s.required_ruby_version = ">= 2.5.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"