diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:20:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:20:24 -0600 |
| commit | 00551f2ddb90297c92bf71547f0e75fc5c88790f (patch) | |
| tree | 206edb7727862f9db1bd13c0eb4946bfa85e06a2 /Gemfile.lock | |
| parent | 1f2128c4a2dd18f6c05535e702f288c2472844d1 (diff) | |
Update gemspec
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..25a5e1b --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,34 @@ +PATH + remote: . + specs: + spandx-gitlab (0.1.0) + +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.3) + rake (12.3.3) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) + +PLATFORMS + ruby + +DEPENDENCIES + rake (~> 12.0) + rspec (~> 3.0) + spandx-gitlab! + +BUNDLED WITH + 2.1.4 |
