diff options
author | Tim Smith <tsmith@chef.io> | 2021-03-25 11:50:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 11:50:35 -0700 |
commit | 4236ba47a94aea59b67f0af9af23076df8fdd83a (patch) | |
tree | e6913d53d32b40ec734e0d889322f9afb23d29a5 | |
parent | f1a890e870d076a8cf0b4e16e415bcf4de3c8dfc (diff) | |
parent | ca673e55a6533e17d0e1ff18043a247378f52de3 (diff) | |
download | chef-4236ba47a94aea59b67f0af9af23076df8fdd83a.tar.gz |
Merge pull request #11246 from chef/expeditor/inspec-core-bin_4.29.3
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d7cd736f66..67bf633d4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: 6ce904faf8bb4a2d5aa2a7d15db11bf90cbbd317 + revision: 6d136684438e8809e703feb84c46c69e90e042a7 branch: master specs: - chefstyle (1.7.3) - rubocop (= 1.11.0) + chefstyle (1.7.4) + rubocop (= 1.12.0) GIT remote: https://github.com/chef/ohai.git @@ -208,7 +208,7 @@ GEM highline (2.0.3) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.28.0) + inspec-core (4.29.3) addressable (~> 2.4) chef-telemetry (~> 1.0) faraday (>= 0.9.0, < 1.4) @@ -231,8 +231,8 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.28.0) - inspec-core (= 4.28.0) + inspec-core-bin (4.29.3) + inspec-core (= 4.29.3) ipaddress (0.8.3) iso8601 (0.13.0) json (2.5.1) @@ -316,7 +316,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.11.0) + rubocop (1.12.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) |