summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-10 12:33:42 -0700
committerJohn <john.mccrae@progress.com>2023-04-10 12:33:42 -0700
commit5b24cf9c1122813dca315783926e6cf49cfa7ea1 (patch)
tree9103b5e86ddcac16b18b61a08f4ca4001ac51c1c
parent5a01d39d980d33d332042c3ec06c585c21deffd0 (diff)
downloadchef-5b24cf9c1122813dca315783926e6cf49cfa7ea1.tar.gz
Updating the ruby version again
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--chef.gemspec2
-rw-r--r--knife/knife.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 56317aec4d..7e1eb406ae 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.email = "adam@chef.io"
s.homepage = "https://www.chef.io"
- s.required_ruby_version = ">= 3.0.3"
+ s.required_ruby_version = ">= 3.0.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"
s.add_dependency "chef-utils", "= #{Chef::VERSION}"
diff --git a/knife/knife.gemspec b/knife/knife.gemspec
index e6358eb165..2c5442c7c2 100644
--- a/knife/knife.gemspec
+++ b/knife/knife.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "adam@chef.io" # These seem a bit out of date, and this address probably doesn't go anywhere anymore?
s.homepage = "https://www.chef.io"
- s.required_ruby_version = ">= 3.0.3"
+ s.required_ruby_version = ">= 3.0.0"
s.add_dependency "chef-config", ">= #{Chef::Knife::VERSION.split(".").first}"
s.add_dependency "chef-utils", ">= #{Chef::Knife::VERSION.split(".").first}"