summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2021-10-13 15:13:24 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-10-13 15:13:24 -0700
commit6f63af20640202f35825e411de5bf364f9e8c050 (patch)
tree8f0454f24f480f8009452461b3e2e478057cec64
parent2e9d9839a00175a8e4f6fb6849ab892a7d89d3b4 (diff)
downloadchef-6f63af20640202f35825e411de5bf364f9e8c050.tar.gz
Moving powershell_exec to a new gem
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--chef-utils/chef-utils.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec
index e885aae175..72376c2829 100644
--- a/chef-utils/chef-utils.gemspec
+++ b/chef-utils/chef-utils.gemspec
@@ -13,7 +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 = ">= 2.6"
+ spec.required_ruby_version = ">= 3.0"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/chef/chef/issues",