diff options
author | John McCrae <john.mccrae@progress.com> | 2021-10-13 15:27:48 -0700 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2021-10-13 15:27:48 -0700 |
commit | f9db54bdf8cdaa88df47deb7c3fa2ec438e4547d (patch) | |
tree | c480dd18c0f2fbc42fcf10f24d70aca77c05a69c | |
parent | 6f63af20640202f35825e411de5bf364f9e8c050 (diff) | |
download | chef-jfm/powershell_exec_gem.tar.gz |
Moving powershell_exec to a new gemjfm/powershell_exec_gem
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r-- | chef-powershell/chef-powershell.gemspec | 2 | ||||
-rw-r--r-- | chef-utils/chef-utils.gemspec | 4 |
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", |