diff options
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 |
