diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 99 |
1 files changed, 97 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1180cf2..f2a916b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,14 @@ +GIT + remote: https://github.com/chef/omnibus-software.git + revision: 2cf96c6c07de7d05ded6b45a0531feb10ae7cd9e + specs: + omnibus-software (4.0.0) + omnibus (>= 5.6.1) + PATH remote: . specs: - license-management (3.16.0) + license-management (3.17.0) license_finder (~> 6.6.0) GEM @@ -10,28 +17,109 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) + awesome_print (1.8.0) + aws-eventstream (1.1.0) + aws-partitions (1.336.0) + aws-sdk-core (3.102.1) + aws-eventstream (~> 1, >= 1.0.2) + aws-partitions (~> 1, >= 1.239.0) + aws-sigv4 (~> 1.1) + jmespath (~> 1.0) + aws-sdk-kms (1.35.0) + aws-sdk-core (~> 3, >= 3.99.0) + aws-sigv4 (~> 1.1) + aws-sdk-s3 (1.72.0) + aws-sdk-core (~> 3, >= 3.102.1) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.1) + aws-sigv4 (1.2.1) + aws-eventstream (~> 1, >= 1.0.2) byebug (11.1.3) + chef-cleanroom (1.0.2) + chef-config (16.2.50) + addressable + chef-utils (= 16.2.50) + fuzzyurl + mixlib-config (>= 2.2.12, < 4.0) + mixlib-shellout (>= 2.0, < 4.0) + tomlrb (~> 1.2) + chef-sugar (5.1.9) + chef-utils (16.2.50) + citrus (3.0.2) diff-lcs (1.3) docile (1.3.2) + ffi (1.13.1) + ffi-yajl (2.3.3) + libyajl2 (~> 1.2) + fuzzyurl (0.9.0) gitlab-styles (3.1.0) rubocop (~> 0.74.0) rubocop-gitlab-security (~> 0.1.0) rubocop-performance (~> 1.4.1) rubocop-rails (~> 2.0) rubocop-rspec (~> 1.36) + iostruct (0.0.4) + ipaddress (0.8.3) jaro_winkler (1.5.4) + jmespath (1.4.0) json-schema (2.8.1) addressable (>= 2.4) - license_finder (6.6.1) + libyajl2 (1.2.0) + license_finder (6.6.2) bundler rubyzip (>= 1, < 3) thor (~> 1.0.1) tomlrb (~> 1.3.0) with_env (= 1.1.0) xml-simple (~> 1.1.5) + license_scout (1.1.8) + ffi-yajl (~> 2.2) + mixlib-shellout (>= 2.2, < 4.0) + toml-rb (>= 1, < 3) + mixlib-cli (2.1.6) + mixlib-config (3.0.6) + tomlrb + mixlib-log (3.0.8) + mixlib-shellout (3.0.9) + mixlib-versioning (1.2.12) + multipart-post (2.1.1) + ohai (16.2.1) + chef-config (>= 12.8, < 17) + chef-utils (>= 16.0, < 17) + ffi (~> 1.9) + ffi-yajl (~> 2.2) + ipaddress + mixlib-cli (>= 1.7.0) + mixlib-config (>= 2.0, < 4.0) + mixlib-log (>= 2.0.1, < 4.0) + mixlib-shellout (>= 2.0, < 4.0) + plist (~> 3.1) + systemu (~> 2.6.4) + wmi-lite (~> 1.0) + omnibus (7.0.13) + aws-sdk-s3 (~> 1) + chef-cleanroom (~> 1.0) + chef-sugar (>= 3.3) + ffi-yajl (~> 2.2) + license_scout (~> 1.0) + mixlib-shellout (>= 2.0, < 4.0) + mixlib-versioning + ohai (>= 13, < 17) + pedump + ruby-progressbar (~> 1.7) + thor (>= 0.18, < 2.0) parallel (1.19.1) parser (2.7.0.4) ast (~> 2.4.0) + pedump (0.5.4) + awesome_print + iostruct (>= 0.0.4) + multipart-post (>= 2.0.0) + progressbar + rainbow + zhexdump (>= 0.0.2) + plist (3.5.0) + progressbar (1.10.1) public_suffix (4.0.3) rack (2.2.2) rainbow (3.0.0) @@ -74,11 +162,16 @@ GEM simplecov-cobertura (1.3.1) simplecov (~> 0.8) simplecov-html (0.12.2) + systemu (2.6.5) thor (1.0.1) + toml-rb (2.0.1) + citrus (~> 3.0, > 3.0) tomlrb (1.3.0) unicode-display_width (1.6.1) with_env (1.1.0) + wmi-lite (1.0.5) xml-simple (1.1.5) + zhexdump (0.0.2) PLATFORMS ruby @@ -88,6 +181,8 @@ DEPENDENCIES gitlab-styles (~> 3.1) json-schema (~> 2.8) license-management! + omnibus (~> 7.0) + omnibus-software! rspec (~> 3.9) rspec_junit_formatter (~> 0.4) simplecov (~> 0.18) |
