diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:21:33 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:21:33 -0600 |
| commit | 82d9dfd9e98e90e5457c5f079e2c65252518d199 (patch) | |
| tree | 48b27df739cb346ffe6cd58b5af3bd479bb1e49a /lib/spandx | |
| parent | 00551f2ddb90297c92bf71547f0e75fc5c88790f (diff) | |
Add dependency on spandx
Diffstat (limited to 'lib/spandx')
| -rw-r--r-- | lib/spandx/gitlab.rb | 2 |
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 |
