diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-05 17:22:14 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-06 08:01:03 -0600 |
| commit | 4bf6440d5676bd7e120091f0a253a01e0b2fa7a3 (patch) | |
| tree | 91ebee6126a98ae1bebf46fd6e9ec12e820bf4aa /Gemfile.lock | |
| parent | 7fe70519010e24fa1d6735b108793987e8a24aa4 (diff) | |
Parse composite license expressions
* docs: Add changelog entry
* fix: update spec to match expected behaviour
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a34329a..78e794e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,8 +8,9 @@ GIT PATH remote: . specs: - license-management (3.26.1) + license-management (3.27.0) license_finder (~> 6.7) + spandx (~> 0.13) GEM remote: https://rubygems.org/ @@ -68,7 +69,7 @@ GEM json-schema (2.8.1) addressable (>= 2.4) libyajl2 (1.2.0) - license_finder (6.8.2) + license_finder (6.9.0) bundler rubyzip (>= 1, < 3) thor (~> 1.0.1) @@ -79,6 +80,7 @@ GEM ffi-yajl (~> 2.2) mixlib-shellout (>= 2.2, < 4.0) toml-rb (>= 1, < 3) + mini_portile2 (2.4.0) mixlib-cli (2.1.6) mixlib-config (3.0.6) tomlrb @@ -86,6 +88,9 @@ GEM mixlib-shellout (3.0.9) mixlib-versioning (1.2.12) multipart-post (2.1.1) + net-hippie (0.3.2) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) ohai (16.2.1) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) @@ -99,6 +104,7 @@ GEM plist (~> 3.1) systemu (~> 2.6.4) wmi-lite (~> 1.0) + oj (3.10.14) omnibus (7.0.13) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) @@ -114,6 +120,7 @@ GEM parallel (1.19.1) parser (2.7.0.4) ast (~> 2.4.0) + parslet (2.0.0) pedump (0.5.4) awesome_print iostruct (>= 0.0.4) @@ -170,15 +177,32 @@ GEM simplecov-cobertura (1.3.1) simplecov (~> 0.8) simplecov-html (0.12.2) + spandx (0.13.5) + addressable (~> 2.7) + bundler (>= 1.16, < 3.0.0) + net-hippie (~> 0.3) + nokogiri (~> 1.10) + oj (~> 3.10) + parslet (~> 2.0) + terminal-table (~> 1.8) + thor + tty-spinner (~> 0.9) + zeitwerk (~> 2.3) systemu (2.6.5) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) thor (1.0.1) toml-rb (2.0.1) citrus (~> 3.0, > 3.0) tomlrb (1.3.0) + tty-cursor (0.7.1) + tty-spinner (0.9.3) + tty-cursor (~> 0.7) unicode-display_width (1.6.1) with_env (1.1.0) wmi-lite (1.0.5) xml-simple (1.1.5) + zeitwerk (2.4.0) zhexdump (0.0.2) PLATFORMS |
