summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chef-powershell/chef-powershell.gemspec2
-rw-r--r--chef-utils/chef-utils.gemspec4
2 files changed, 3 insertions, 3 deletions
diff --git a/chef-powershell/chef-powershell.gemspec b/chef-powershell/chef-powershell.gemspec
index 8c32640da6..9a29ba08c8 100644
--- a/chef-powershell/chef-powershell.gemspec
+++ b/chef-powershell/chef-powershell.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/chef/chef/tree/main/chef-powershell"
spec.license = "Apache-2.0"
- spec.required_ruby_version = ">= 3.0"
+ spec.required_ruby_version = ">= 2.6"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/chef/chef/issues",
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec
index 72376c2829..895e8ee822 100644
--- a/chef-utils/chef-utils.gemspec
+++ b/chef-utils/chef-utils.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/chef/chef/tree/main/chef-utils"
spec.license = "Apache-2.0"
- # spec.required_ruby_version = ">= 2.6"
- spec.required_ruby_version = ">= 3.0"
+ spec.required_ruby_version = ">= 2.6"
+
spec.metadata = {
"bug_tracker_uri" => "https://github.com/chef/chef/issues",