From bc72676b2454f8a2bd6636daa806b1f4e01fb08c Mon Sep 17 00:00:00 2001 From: Thom May Date: Wed, 28 Feb 2018 13:20:49 +0000 Subject: lock inspec to 1.x Signed-off-by: Thom May --- Gemfile | 2 +- Gemfile.lock | 46 ++++------------------------------------------ 2 files changed, 5 insertions(+), 43 deletions(-) diff --git a/Gemfile b/Gemfile index 534ef0ec19..993e1736cc 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "cheffish", "~> 13" # required for rspec tests group(:omnibus_package) do gem "appbundler" gem "rb-readline" - gem "inspec" + gem "inspec", "~> 1" gem "chef-vault" end diff --git a/Gemfile.lock b/Gemfile.lock index 26b0b52af8..b5d9bdb79d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,16 +117,6 @@ GEM mixlib-cli (~> 1.4) mixlib-shellout (~> 2.0) ast (2.4.0) - aws-sdk (2.11.6) - aws-sdk-resources (= 2.11.6) - aws-sdk-core (2.11.6) - aws-sigv4 (~> 1.0) - jmespath (~> 1.0) - aws-sdk-resources (2.11.6) - aws-sdk-core (= 2.11.6) - aws-sigv4 (1.0.2) - azure_mgmt_resources (0.16.0) - ms_rest_azure (~> 0.10.0) backports (3.11.1) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) @@ -145,7 +135,6 @@ GEM chefstyle (0.6.0) rubocop (= 0.49.1) coderay (1.1.2) - concurrent-ruby (1.0.5) crack (0.4.3) safe_yaml (~> 1.0.0) debug_inspector (0.0.3) @@ -154,17 +143,12 @@ GEM docker-api (1.34.0) excon (>= 0.47.0) multi_json - domain_name (0.5.20170404) - unf (>= 0.0.5, < 1.0.0) erubis (2.7.0) ethon (0.11.0) ffi (>= 1.3.0) excon (0.60.0) faraday (0.14.0) multipart-post (>= 1.2, < 3) - faraday-cookie_jar (0.0.6) - faraday (>= 0.7.4) - http-cookie (~> 1.0.0) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) ffi (1.9.23) @@ -190,12 +174,9 @@ GEM hashie (3.5.7) highline (1.7.10) htmlentities (4.3.4) - http-cookie (1.0.3) - domain_name (~> 0.5) httpclient (2.8.3) - inifile (3.0.0) iniparse (1.4.4) - inspec (2.0.17) + inspec (1.51.21) addressable (~> 2.4) faraday (>= 0.9.0) hashie (~> 3.4) @@ -213,10 +194,9 @@ GEM sslshake (~> 1.2) thor (~> 0.19) tomlrb (~> 1.2) - train (~> 1.1) + train (~> 0.32) ipaddress (0.8.3) iso8601 (0.9.1) - jmespath (1.3.1) json (2.1.0) launchy (2.4.3) addressable (~> 2.3) @@ -236,15 +216,6 @@ GEM mixlib-shellout (2.3.2-universal-mingw32) win32-process (~> 0.8.2) wmi-lite (~> 1.0) - ms_rest (0.7.2) - concurrent-ruby (~> 1.0) - faraday (~> 0.9) - timeliness (~> 0.3) - ms_rest_azure (0.10.3) - concurrent-ruby (~> 1.0) - faraday (~> 0.9) - faraday-cookie_jar (~> 0.0.6) - ms_rest (~> 0.7.2) multi_json (1.13.1) multipart-post (2.0.0) net-http-persistent (2.9.4) @@ -348,13 +319,9 @@ GEM syslog-logger (1.6.8) systemu (2.6.5) thor (0.20.0) - timeliness (0.3.8) tomlrb (1.2.6) - train (1.1.1) - aws-sdk (~> 2) - azure_mgmt_resources (~> 0.15) + train (0.32.0) docker-api (~> 1.26) - inifile json (>= 1.8, < 3.0) mixlib-shellout (~> 2.0) net-scp (~> 1.2) @@ -372,11 +339,6 @@ GEM typhoeus (~> 0.6, >= 0.6.8) typhoeus (0.8.0) ethon (>= 0.8.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.7.5) - unf_ext (0.0.7.5-x64-mingw32) - unf_ext (0.0.7.5-x86-mingw32) unicode-display_width (1.3.0) uuidtools (2.1.5) webmock (3.3.0) @@ -434,7 +396,7 @@ DEPENDENCIES chef-vault cheffish (~> 13) chefstyle - inspec + inspec (~> 1) netrc octokit ohai! -- cgit v1.2.1