summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkanad-progress <kanad.kumar@progress.com>2022-07-14 16:17:14 +0530
committerkanad-progress <kanad.kumar@progress.com>2022-07-14 16:17:14 +0530
commit40ccc5484e66df37fe0109f78afe546ce3f63616 (patch)
tree1f4c28a1c125751a611318097f6b60bfe36446bf
parentd34ae734e12dfa8d41b4c6142eef1f94b92c63e2 (diff)
downloadchef-inspec_version_threshold.tar.gz
inspec-core to 5inspec_version_threshold
Signed-off-by: kanad-progress <kanad.kumar@progress.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock14
-rw-r--r--chef.gemspec4
3 files changed, 10 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index e3d01365be..864d6deca6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ gem "cheffish", ">= 17"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core-bin"#, "~> 5.17" # need to provide the binaries for inspec
+ gem "inspec-core-bin", "~> 5" # need to provide the binaries for inspec
gem "chef-vault"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 8056bf3ca5..44689961bf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -57,7 +57,7 @@ PATH
ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2)
iniparse (~> 1.4)
- inspec-core (~> 4.23)
+ inspec-core (~> 5)
license-acceptance (>= 1.0.5, < 3)
mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (>= 2.1, < 4)
@@ -70,7 +70,7 @@ PATH
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
- train-core (~> 3.2, >= 3.2.28)
+ train-core (~> 3.10, >= 3.2.28)
train-rest (>= 0.4.1)
train-winrm (>= 0.2.5)
unf_ext (< 0.0.8.1)
@@ -196,7 +196,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (4.56.20)
+ inspec-core (5.18.14)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
@@ -216,11 +216,11 @@ GEM
sslshake (~> 1.2)
thor (>= 0.20, < 2.0)
tomlrb (>= 1.2, < 2.1)
- train-core (~> 3.0)
+ train-core (~> 3.10)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
- inspec-core-bin (4.56.20)
- inspec-core (= 4.56.20)
+ inspec-core-bin (5.18.14)
+ inspec-core (= 5.18.14)
ipaddress (0.8.3)
jmespath (1.6.1)
json (2.6.2)
@@ -413,7 +413,7 @@ DEPENDENCIES
chefstyle!
ed25519 (~> 1.2)
fauxhai-ng
- inspec-core-bin
+ inspec-core-bin (~> 5)
ohai!
proxifier!
pry (= 0.13.0)
diff --git a/chef.gemspec b/chef.gemspec
index e6ccf91744..7ce3e12f1a 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "chef-config", "= #{Chef::VERSION}"
s.add_dependency "chef-utils", "= #{Chef::VERSION}"
- s.add_dependency "train-core", "~> 3.2", ">= 3.2.28" # 3.2.28 fixes sudo prompts. See https://github.com/chef/chef/pull/9635
+ s.add_dependency "train-core", "~> 3.10", ">= 3.2.28" # 3.2.28 fixes sudo prompts. See https://github.com/chef/chef/pull/9635
s.add_dependency "train-winrm", ">= 0.2.5"
s.add_dependency "train-rest", ">= 0.4.1" # target mode with rest APIs
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-shellout", ">= 3.1.1", "< 4.0"
s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
s.add_dependency "ohai", "~> 18.0"
- s.add_dependency "inspec-core", "~> 4.23"
+ s.add_dependency "inspec-core", "~> 5"
s.add_dependency "ffi", ">= 1.5.0"
s.add_dependency "ffi-yajl", "~> 2.2"