diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:21:33 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:21:33 -0600 |
| commit | 82d9dfd9e98e90e5457c5f079e2c65252518d199 (patch) | |
| tree | 48b27df739cb346ffe6cd58b5af3bd479bb1e49a /Gemfile.lock | |
| parent | 00551f2ddb90297c92bf71547f0e75fc5c88790f (diff) | |
Add dependency on spandx
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 25a5e1b..d4ca53b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,19 @@ PATH remote: . specs: spandx-gitlab (0.1.0) + spandx (~> 0.1) GEM remote: https://rubygems.org/ specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) diff-lcs (1.3) + mini_portile2 (2.4.0) + net-hippie (0.3.2) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) + public_suffix (4.0.4) rake (12.3.3) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -21,6 +29,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) + spandx (0.11.0) + addressable (~> 2.7) + bundler (>= 1.16, < 3.0.0) + net-hippie (~> 0.3) + nokogiri (~> 1.10) + thor + thor (1.0.1) PLATFORMS ruby |
