summaryrefslogtreecommitdiff
path: root/lib/spandx/gitlab.rb
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 /lib/spandx/gitlab.rb
parent00551f2ddb90297c92bf71547f0e75fc5c88790f (diff)
Add dependency on spandx
Diffstat (limited to 'lib/spandx/gitlab.rb')
-rw-r--r--lib/spandx/gitlab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spandx/gitlab.rb b/lib/spandx/gitlab.rb
index ec464ec..e5b2c21 100644
--- a/lib/spandx/gitlab.rb
+++ b/lib/spandx/gitlab.rb
@@ -1,8 +1,8 @@
+require 'spandx'
require "spandx/gitlab/version"
module Spandx
module Gitlab
class Error < StandardError; end
- # Your code goes here...
end
end