summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-10 12:05:15 -0700
committerJohn <john.mccrae@progress.com>2023-04-10 12:05:31 -0700
commit5a01d39d980d33d332042c3ec06c585c21deffd0 (patch)
treeda18eee05b60fa58181275f082d6ee1c9e4b60b9
parent5c7884ff87f0453ae2c7d0744657f691b8d16ff5 (diff)
downloadchef-5a01d39d980d33d332042c3ec06c585c21deffd0.tar.gz
Updating knife
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--knife/knife.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/knife.gemspec b/knife/knife.gemspec
index 2c5442c7c2..e6358eb165 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.0"
+ s.required_ruby_version = ">= 3.0.3"
s.add_dependency "chef-config", ">= #{Chef::Knife::VERSION.split(".").first}"
s.add_dependency "chef-utils", ">= #{Chef::Knife::VERSION.split(".").first}"