summaryrefslogtreecommitdiff
path: root/chef-utils/chef-utils.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-15 09:09:34 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-15 09:09:34 -0800
commitbeb2a4246ac29d8bd786a98c5f895eece7e3d907 (patch)
treea212aae90e5718771f402edeafa532ad55c5657b /chef-utils/chef-utils.gemspec
parent3f3cc034299a96c94cee5ad1fc778ed2b51d2897 (diff)
downloadchef-beb2a4246ac29d8bd786a98c5f895eece7e3d907.tar.gz
Test chef-utils and chef-config on Ruby 2.6 still
Since the world deps on these we really need a longer Ruby lifecycle here Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils/chef-utils.gemspec')
-rw-r--r--chef-utils/chef-utils.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec
index 836fef1ff9..a72b32936d 100644
--- a/chef-utils/chef-utils.gemspec
+++ b/chef-utils/chef-utils.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/chef/chef/tree/master/chef-utils"
spec.license = "Apache-2.0"
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 2.6"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/chef/chef/issues",