diff options
author | Thom May <thom@may.lt> | 2017-06-09 17:08:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 17:08:51 +0100 |
commit | 406f4e62a28d89733ecce7692405f07d3212bf37 (patch) | |
tree | b8ff227d384a69ffb47eb08c00df88df8a319c6f | |
parent | ee29cedc0bb46ed8b4f678653d523caa9dafdd9d (diff) | |
parent | d896cf5c7d2e8ae78c4ac64170fd5da10acb0eae (diff) | |
download | chef-406f4e62a28d89733ecce7692405f07d3212bf37.tar.gz |
Merge pull request #6208 from chef/adamleff/bump-inspec-1.27
Bump InSpec to 1.27.0
-rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f3822571fe..778c8422ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM erubis (2.7.0) ethon (0.10.1) ffi (>= 1.3.0) - excon (0.55.0) + excon (0.56.0) faraday (0.12.1) multipart-post (>= 1.2, < 3) faraday-http-cache (2.0.0) @@ -180,7 +180,7 @@ GEM httpclient (2.8.3) i18n (0.8.1) iniparse (1.4.2) - inspec (1.25.1) + inspec (1.27.0) addressable (~> 2.4) faraday (>= 0.9.0) hashie (~> 3.4) @@ -198,7 +198,7 @@ GEM sslshake (~> 1.2) thor (~> 0.19) toml (~> 0.1) - train (>= 0.22.0, < 1.0) + train (>= 0.24.0, < 1.0) ipaddress (0.8.3) iso8601 (0.9.1) json (2.1.0) @@ -279,6 +279,7 @@ GEM pry-stack_explorer (0.4.9.2) binding_of_caller (>= 0.7) pry (>= 0.9.11) + public_suffix (2.0.5) pusher-client (0.6.2) json websocket (~> 1.0) @@ -347,7 +348,7 @@ GEM toml (0.1.2) parslet (~> 1.5.0) tomlrb (1.2.4) - train (0.23.0) + train (0.24.0) docker-api (~> 1.26) json (>= 1.8, < 3.0) mixlib-shellout (~> 2.0) |