diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-01-21 10:28:09 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-01-21 10:28:09 -0800 |
commit | 9835bd19b158feb4cd951bc8a93d2cd53d5f5e37 (patch) | |
tree | f88b6f1b953c7bad69afe8e3fe089051d0fa2a2e /chef.gemspec | |
parent | 4835576bfeb616dbf6d7582d10af42d17d41663a (diff) | |
download | chef-9835bd19b158feb4cd951bc8a93d2cd53d5f5e37.tar.gz |
Require Ruby 2.6+
We support the last 2 releases of Ruby on Chef. Ruby 2.7 is out so we
should remove Ruby 2.5 at this point. We'll add Ruby 2.7 testing in the
near future.
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 881dbb55ec..1ec8c967ee 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.5.0" + s.required_ruby_version = ">= 2.6.0" s.add_dependency "chef-config", "= #{Chef::VERSION}" s.add_dependency "chef-utils", "= #{Chef::VERSION}" |