summaryrefslogtreecommitdiff
path: root/spandx-gitlab.gemspec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:21:33 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:21:33 -0600
commit82d9dfd9e98e90e5457c5f079e2c65252518d199 (patch)
tree48b27df739cb346ffe6cd58b5af3bd479bb1e49a /spandx-gitlab.gemspec
parent00551f2ddb90297c92bf71547f0e75fc5c88790f (diff)
Add dependency on spandx
Diffstat (limited to 'spandx-gitlab.gemspec')
-rw-r--r--spandx-gitlab.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/spandx-gitlab.gemspec b/spandx-gitlab.gemspec
index 94cca53..22720dd 100644
--- a/spandx-gitlab.gemspec
+++ b/spandx-gitlab.gemspec
@@ -24,4 +24,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
+
+ spec.add_dependency 'spandx', '~> 0.1'
end