diff options
author | Tim Smith <tsmith@chef.io> | 2019-07-10 15:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 15:16:42 -0700 |
commit | 063c046a4e5ea2727a64a122acedbb79948a5dd6 (patch) | |
tree | 7c7448eb23c88376474fbd51d4582fe00d3779d1 | |
parent | 2d614c6959cc4eb5f01c89adf5bafe2666a2a180 (diff) | |
parent | aeeca848fb0c9fcf1a60f928fedc3151e3c22749 (diff) | |
download | chef-063c046a4e5ea2727a64a122acedbb79948a5dd6.tar.gz |
Merge pull request #8726 from chef/expeditor/inspec-core_4.7.3
Bump inspec-core to 4.7.3
-rw-r--r-- | Gemfile.lock | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 10b8cb265c..941467780f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,17 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: 80dc0f94064ece591fcb8c437aa1d60e2881ba10 + revision: fb94876443711aeea2ad0eecfb9be1abfd60844d branch: master specs: - chefstyle (0.12.3) - rubocop (= 0.62.0) + chefstyle (0.13.2) + rubocop (= 0.72.0) GIT remote: https://github.com/chef/ohai.git - revision: 7e0dc7e7dec232d3b4f74f7e9bde422f4334aaa8 + revision: f5eed7c04a407b5ee138125000860b29325e1f21 branch: master specs: - ohai (15.1.5) + ohai (15.1.6) chef-config (>= 12.8, < 16) ffi (~> 1.9) ffi-yajl (~> 2.2) @@ -175,7 +175,7 @@ GEM htmlentities (4.3.4) httpclient (2.8.3) iniparse (1.4.4) - inspec-core (4.6.9) + inspec-core (4.7.3) addressable (~> 2.4) faraday (>= 0.9.0) faraday_middleware (~> 0.12.2) @@ -200,8 +200,8 @@ GEM train-core (~> 2.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.6.9) - inspec-core (= 4.6.9) + inspec-core-bin (4.7.3) + inspec-core (= 4.7.3) ipaddress (0.8.3) iso8601 (0.12.1) jaro_winkler (1.5.3) @@ -254,7 +254,6 @@ GEM equatable (~> 0.5.0) tty-color (~> 0.4.0) plist (3.5.0) - powerpack (0.1.2) proxifier (1.0.3) pry (0.12.2) coderay (~> 1.1.0) @@ -292,14 +291,13 @@ GEM rspec_junit_formatter (0.2.3) builder (< 4) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.62.0) + rubocop (0.72.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.5, != 2.5.1.1) - powerpack (~> 0.1) + parser (>= 2.6) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.4.0) + unicode-display_width (>= 1.4.0, < 1.7) ruby-prof (0.17.0) ruby-progressbar (1.10.1) ruby-shadow (2.5.0) @@ -307,17 +305,17 @@ GEM rubyzip (1.2.3) safe_yaml (1.0.5) semverse (3.0.0) - simplecov (0.16.1) + simplecov (0.17.0) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) slop (3.6.0) sslshake (1.3.0) - strings (0.1.4) - strings-ansi (~> 0.1.0) - unicode-display_width (~> 1.4.0) - unicode_utils (~> 1.4.0) + strings (0.1.5) + strings-ansi (~> 0.1) + unicode-display_width (~> 1.5) + unicode_utils (~> 1.4) strings-ansi (0.1.0) structured_warnings (0.3.0) syslog-logger (1.6.8) @@ -326,7 +324,7 @@ GEM tins (~> 1.0) thor (0.20.3) timers (4.3.0) - tins (1.20.3) + tins (1.21.0) tomlrb (1.2.8) train-core (2.1.13) json (>= 1.8, < 3.0) @@ -358,7 +356,7 @@ GEM pastel (~> 0.7.2) strings (~> 0.1.0) tty-screen (~> 0.6.4) - unicode-display_width (1.4.1) + unicode-display_width (1.6.0) unicode_utils (1.4.0) uuidtools (2.1.5) webmock (3.6.0) |