diff options
author | Tim Smith <tsmith84@gmail.com> | 2022-02-01 11:57:46 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2022-02-01 11:57:46 -0800 |
commit | 3a9679fb8cfc6a47d2c45aeaa1f8f28984e1ba3f (patch) | |
tree | d8db4f0862446bf05e939c4eb1ba3852289ef241 | |
parent | d23a86a8d7feb2353ed5a292fc9b40a357d1e9bf (diff) | |
download | chef-3a9679fb8cfc6a47d2c45aeaa1f8f28984e1ba3f.tar.gz |
Pull kitchen-inspec from gem
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | kitchen-tests/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile index 95866df3be..7c93a10dda 100644 --- a/kitchen-tests/Gemfile +++ b/kitchen-tests/Gemfile @@ -7,6 +7,6 @@ gem "ohai", git: "https://github.com/chef/ohai.git", branch: "main" # avoids fai gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "main" gem "kitchen-dokken", ">= 2.0" gem "kitchen-vagrant", ">= 1.0" -gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "main" +gem "kitchen-inspec" gem "inspec" gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "main" |