mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update omnibus/Gemfile.lock
For compatibility with omnibus-toolchain 3.0.0 Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
This commit is contained in:
parent
d10c72a485
commit
c2891932ea
1 changed files with 13 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: https://github.com/chef/omnibus-software.git
|
||||
revision: 8a0e391d4232ab3fc5fb7a03b15932335a0214c4
|
||||
revision: a9b13a09c2f89e4618225dd41b2fd08f2150a1ba
|
||||
branch: main
|
||||
specs:
|
||||
omnibus-software (4.0.0)
|
||||
|
@ -8,10 +8,10 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: https://github.com/chef/omnibus.git
|
||||
revision: 63be4f1663fe28c35e762697500dab7dd88c4dbf
|
||||
revision: 83d8428abde4cb289a161f736822ba02563a884c
|
||||
branch: main
|
||||
specs:
|
||||
omnibus (9.0.0)
|
||||
omnibus (9.0.3)
|
||||
aws-sdk-s3 (~> 1)
|
||||
chef-cleanroom (~> 1.0)
|
||||
chef-utils (>= 15.4)
|
||||
|
@ -22,6 +22,7 @@ GIT
|
|||
mixlib-versioning
|
||||
ohai (>= 15, < 18)
|
||||
pedump
|
||||
rexml (~> 3.2)
|
||||
ruby-progressbar (~> 1.7)
|
||||
thor (>= 0.18, < 2.0)
|
||||
|
||||
|
@ -142,7 +143,7 @@ GEM
|
|||
win32-service (>= 2.1.5, < 3.0)
|
||||
win32-taskscheduler (~> 2.0)
|
||||
wmi-lite (~> 1.0)
|
||||
chef-cleanroom (1.0.4)
|
||||
chef-cleanroom (1.0.5)
|
||||
chef-config (17.10.0)
|
||||
addressable
|
||||
chef-utils (= 17.10.0)
|
||||
|
@ -193,6 +194,7 @@ GEM
|
|||
faraday_middleware (1.2.0)
|
||||
faraday (~> 1.0)
|
||||
ffi (1.15.5)
|
||||
ffi (1.15.5-x64-mingw-ucrt)
|
||||
ffi (1.15.5-x64-mingw32)
|
||||
ffi (1.15.5-x86-mingw32)
|
||||
ffi-libarchive (1.1.3)
|
||||
|
@ -246,7 +248,7 @@ GEM
|
|||
tomlrb (>= 1.2, < 3.0)
|
||||
tty-box (~> 0.6)
|
||||
tty-prompt (~> 0.20)
|
||||
license_scout (1.2.15)
|
||||
license_scout (1.3.1)
|
||||
ffi-yajl (~> 2.2)
|
||||
mixlib-shellout (>= 2.2, < 4.0)
|
||||
toml-rb (>= 1, < 3)
|
||||
|
@ -276,6 +278,11 @@ GEM
|
|||
ffi-win32-extensions (~> 1.0.3)
|
||||
win32-process (~> 0.9)
|
||||
wmi-lite (~> 1.0)
|
||||
mixlib-shellout (3.2.7-x64-mingw-ucrt)
|
||||
chef-utils
|
||||
ffi-win32-extensions (~> 1.0.3)
|
||||
win32-process (~> 0.9)
|
||||
wmi-lite (~> 1.0)
|
||||
mixlib-versioning (1.2.12)
|
||||
molinillo (0.8.0)
|
||||
multi_json (1.15.0)
|
||||
|
@ -458,6 +465,7 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x64-mingw
|
||||
x64-mingw32
|
||||
x86-mingw32
|
||||
|
||||
|
|
Loading…
Reference in a new issue