summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-10 11:28:30 -0700
committerJohn <john.mccrae@progress.com>2023-04-10 11:29:52 -0700
commit0b9ad80e7d6201d677397775254ee875aa00a4c7 (patch)
treea6f5280d342fb94a84a885edae6bf45d0bda8311
parent8bc3f2170c4b4529d87e4124134b714902fe9fbf (diff)
downloadchef-0b9ad80e7d6201d677397775254ee875aa00a4c7.tar.gz
Updating files
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--Gemfile.lock8
-rw-r--r--knife/knife.gemspec2
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 90fdf12f55..d978702c8e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -136,14 +136,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- addressable (2.8.1)
+ addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
appbundler (0.13.4)
mixlib-cli (>= 1.4, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
ast (2.4.2)
aws-eventstream (1.2.0)
- aws-partitions (1.737.0)
+ aws-partitions (1.743.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
@@ -152,7 +152,7 @@ GEM
aws-sdk-kms (1.63.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.119.2)
+ aws-sdk-s3 (1.120.1)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
@@ -287,7 +287,7 @@ GEM
net-ssh (7.1.0)
nori (2.6.0)
parallel (1.22.1)
- parser (3.2.1.1)
+ parser (3.2.2.0)
ast (~> 2.4.1)
parslet (1.8.2)
pastel (0.8.0)
diff --git a/knife/knife.gemspec b/knife/knife.gemspec
index ad7cfaf230..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 = ">= 2.7.0"
+ 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}"