summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:18:02 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:18:02 -0600
commit1f2128c4a2dd18f6c05535e702f288c2472844d1 (patch)
tree1fff7ea922249b038ccf578d3963a4ea889c5a51 /Gemfile
initial commit
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..b71ebad
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+source "https://rubygems.org"
+
+# Specify your gem's dependencies in spandx-gitlab.gemspec
+gemspec
+
+gem "rake", "~> 12.0"
+gem "rspec", "~> 3.0"