summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-04-11 11:17:21 -0700
committerJohn <john.mccrae@progress.com>2023-04-11 11:17:21 -0700
commit6c7111e6c8630ae06baf62481cd20861bde731ea (patch)
tree250c604f2dd1214d1606f27eb6713f0f0f9ad4e5
parentee47c744b8fc244f5419765ff081edd673229959 (diff)
downloadchef-6c7111e6c8630ae06baf62481cd20861bde731ea.tar.gz
Adding Ruby 2.7 support back in - Now correcting for Cheffish
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index bafa813e0a..2b5766896d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,7 +15,7 @@ else
gem "chef-bin" # rubocop:disable Bundler/DuplicatedGem
end
-gem "cheffish", "~> 17.0"
+gem "cheffish", "~> 17.0.0"
group(:omnibus_package) do
gem "appbundler"
diff --git a/Gemfile.lock b/Gemfile.lock
index 531a8dc7ce..329bcdc6af 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -143,7 +143,7 @@ GEM
mixlib-shellout (>= 2.0, < 4.0)
ast (2.4.2)
aws-eventstream (1.2.0)
- aws-partitions (1.737.0)
+ aws-partitions (1.744.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
@@ -179,7 +179,7 @@ GEM
rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1)
webrick
- cheffish (17.1.5)
+ cheffish (17.0.0)
chef-utils (>= 17.0)
chef-zero (>= 14.0)
net-ssh
@@ -447,7 +447,7 @@ DEPENDENCIES
chef-config!
chef-utils!
chef-vault
- cheffish (~> 17.0)
+ cheffish (~> 17.0.0)
chefstyle!
ed25519 (~> 1.2)
fauxhai-ng