aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNat Lasseter <nat.lasseter@york.ac.uk>2020-03-03 14:42:03 +0000
committerNat Lasseter <nat.lasseter@york.ac.uk>2020-03-03 14:42:03 +0000
commit2202611d8fbaed16739cb37b7f51c9c4b8beaced (patch)
tree2911f512d5c1c3adb06676c2f50aa797215d99e4 /Gemfile
parent39f7708bfdfdc92b8710672ba216aab64e27630f (diff)
Added Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..1c9ce0c
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,6 @@
+# Command line option parsing
+gem 'optimist'
+
+# Web server
+gem 'sinatra'
+gem 'thin'