summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-15 16:31:02 -0600
committermo khan <mo.khan@gmail.com>2019-10-16 10:56:29 -0600
commit8e46aa67ca5be04f5aae12a4eec63434ed0fefff (patch)
tree330bc934cb28632a647bb822e72e46b003916ba2 /Gemfile.lock
parent7fe9eede20f1f7bd8b82b759df3e198acb563ba9 (diff)
This maps the hardcoded names to spdx ids
The GitLab UI has a hardcoded list of license names that need to be mapped to the equivalent SPDX identifier. * https://gitlab.com/gitlab-org/gitlab/blob/5d760ac8b75c07a3c748485fe08130fcc9af2acf/ee/app/assets/javascripts/vue_shared/license_management/constants.js#L8-32
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock47
1 files changed, 47 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..9f6acfe
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,47 @@
+PATH
+ remote: .
+ specs:
+ license-management (1.7.0)
+ license_finder (= 5.6.2)
+
+GEM
+ remote: https://rubygems.org/
+ specs:
+ diff-lcs (1.3)
+ license_finder (5.6.2)
+ bundler
+ rubyzip
+ thor
+ toml (= 0.2.0)
+ with_env (= 1.1.0)
+ xml-simple
+ parslet (1.8.2)
+ rspec (3.9.0)
+ rspec-core (~> 3.9.0)
+ rspec-expectations (~> 3.9.0)
+ rspec-mocks (~> 3.9.0)
+ rspec-core (3.9.0)
+ rspec-support (~> 3.9.0)
+ rspec-expectations (3.9.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.9.0)
+ rspec-mocks (3.9.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.9.0)
+ rspec-support (3.9.0)
+ rubyzip (2.0.0)
+ thor (0.20.3)
+ toml (0.2.0)
+ parslet (~> 1.8.0)
+ with_env (1.1.0)
+ xml-simple (1.1.5)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ license-management!
+ rspec (~> 3.9)
+
+BUNDLED WITH
+ 2.0.2