summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-06-03 11:37:12 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-06-13 14:30:43 -0700
commit0e5b7aa4da3459c8e6d959b970470f1bda75971a (patch)
treef6161a5cdb372531b95190fbd6f5e36719815fa7
parentb9bdfc6b53815b7f07e791aa6409c11424babd58 (diff)
downloadchef-0e5b7aa4da3459c8e6d959b970470f1bda75971a.tar.gz
updating the pinned version of inspec
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock12
-rw-r--r--chef.gemspec2
3 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index d896f4872c..89818692ea 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", "~> 4.23" # need to provide the binaries for inspec
+ gem "inspec-core-bin", "~> 5.17" # need to provide the binaries for inspec
gem "chef-vault"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index aa8a100b36..1fee581443 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.17)
license-acceptance (>= 1.0.5, < 3)
mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (>= 2.1, < 4)
@@ -93,7 +93,7 @@ PATH
ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2)
iniparse (~> 1.4)
- inspec-core (~> 4.23)
+ inspec-core (~> 5.17)
iso8601 (>= 0.12.1, < 0.14)
license-acceptance (>= 1.0.5, < 3)
mixlib-archive (>= 0.4, < 2.0)
@@ -251,7 +251,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (4.56.20)
+ inspec-core (5.17.4)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
@@ -274,8 +274,8 @@ GEM
train-core (~> 3.0)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
- inspec-core-bin (4.56.20)
- inspec-core (= 4.56.20)
+ inspec-core-bin (5.17.4)
+ inspec-core (= 5.17.4)
ipaddress (0.8.3)
iso8601 (0.13.0)
jmespath (1.6.1)
@@ -515,7 +515,7 @@ DEPENDENCIES
chefstyle!
ed25519 (~> 1.2)
fauxhai-ng
- inspec-core-bin (~> 4.23)
+ inspec-core-bin (~> 5.17)
ohai!
proxifier!
pry (= 0.13.0)
diff --git a/chef.gemspec b/chef.gemspec
index 0bf595a571..df4d31cdf7 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -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.17"
# temporary, v2.2.0 was released broken
s.add_dependency "multipart-post", "2.1.1"